diff options
Diffstat (limited to 'gcc/toplev.c')
-rw-r--r-- | gcc/toplev.c | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/gcc/toplev.c b/gcc/toplev.c index 9e7588e..013ce6e 100644 --- a/gcc/toplev.c +++ b/gcc/toplev.c @@ -1568,19 +1568,6 @@ process_options (void) if (flag_rename_registers == AUTODETECT_VALUE) flag_rename_registers = flag_unroll_loops || flag_peel_loops; - /* If explicitly asked to run new loop optimizer, switch off the old - one. */ - if (flag_loop_optimize2) - flag_loop_optimize = 0; - - /* Enable new loop optimizer pass if any of its optimizations is called. */ - if (flag_move_loop_invariants - || flag_unswitch_loops - || flag_peel_loops - || flag_unroll_loops - || flag_branch_on_count_reg) - flag_loop_optimize2 = 1; - if (flag_non_call_exceptions) flag_asynchronous_unwind_tables = 1; if (flag_asynchronous_unwind_tables) |