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

From-SVN: r58000
This commit is contained in:
Richard Henderson 2002-10-09 16:17:51 -07:00 committed by Richard Henderson
parent e85f1e188b
commit 7db40b5f9b
2 changed files with 5 additions and 2 deletions

View File

@ -1,3 +1,7 @@
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>
PR c/7353

View File

@ -2683,8 +2683,7 @@ rest_of_compilation (decl)
/* CFG is no longer maintained up-to-date. */
free_bb_for_insn ();
if (!optimize_size)
copy_loop_headers (insns);
copy_loop_headers (insns);
purge_line_number_notes (insns);
find_basic_blocks (insns, max_reg_num (), rtl_dump_file);