diff options
Diffstat (limited to 'gcc/tree-sra.c')
-rw-r--r-- | gcc/tree-sra.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/tree-sra.c b/gcc/tree-sra.c index 85217ece07a..abe0c9f530d 100644 --- a/gcc/tree-sra.c +++ b/gcc/tree-sra.c @@ -881,8 +881,7 @@ sra_walk_expr (tree *expr_p, gimple_stmt_iterator *gsi, bool is_output, outer element, to which walk_tree will bring us next. */ goto use_all; - case NOP_EXPR: - case CONVERT_EXPR: + CASE_CONVERT: /* Similarly, a nop explicitly wants to look at an object in a type other than the one we've scalarized. */ goto use_all; |