Commit 7db40b5f by Richard Henderson Committed by Richard Henderson

* toplev.c (rest_of_compilation): Revert opt/2960 change.

From-SVN: r58000
parent e85f1e18
2002-10-06 Richard Henderson <rth@redhat.com>
* toplev.c (rest_of_compilation): Revert opt/2960 change.
2002-10-09 Zack Weinberg <zack@codesourcery.com> 2002-10-09 Zack Weinberg <zack@codesourcery.com>
PR c/7353 PR c/7353
......
...@@ -2683,8 +2683,7 @@ rest_of_compilation (decl) ...@@ -2683,8 +2683,7 @@ rest_of_compilation (decl)
/* CFG is no longer maintained up-to-date. */ /* CFG is no longer maintained up-to-date. */
free_bb_for_insn (); free_bb_for_insn ();
if (!optimize_size) copy_loop_headers (insns);
copy_loop_headers (insns);
purge_line_number_notes (insns); purge_line_number_notes (insns);
find_basic_blocks (insns, max_reg_num (), rtl_dump_file); find_basic_blocks (insns, max_reg_num (), rtl_dump_file);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment