diff options
Diffstat (limited to 'gcc/tree-switch-conversion.c')
-rw-r--r-- | gcc/tree-switch-conversion.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/tree-switch-conversion.c b/gcc/tree-switch-conversion.c index 3651120d..9789b61 100644 --- a/gcc/tree-switch-conversion.c +++ b/gcc/tree-switch-conversion.c @@ -1370,8 +1370,7 @@ process_switch (gimple swtch) fputs (" expanding as bit test is preferable\n", dump_file); emit_case_bit_tests (swtch, info.index_expr, info.range_min, info.range_size); - if (current_loops) - loops_state_set (LOOPS_NEED_FIXUP); + loops_state_set (LOOPS_NEED_FIXUP); return NULL; } |