diff options
Diffstat (limited to 'gcc/cfgexpand.c')
-rw-r--r-- | gcc/cfgexpand.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/cfgexpand.c b/gcc/cfgexpand.c index 9bd6135..0582769 100644 --- a/gcc/cfgexpand.c +++ b/gcc/cfgexpand.c @@ -3882,8 +3882,7 @@ expand_debug_expr (tree exp) adjust_mode: case PAREN_EXPR: - case NOP_EXPR: - case CONVERT_EXPR: + CASE_CONVERT: { inner_mode = GET_MODE (op0); |