* toplev.c (rest_of_compilation): Revert opt/2960 change.
From-SVN: r58000
This commit is contained in:
parent
e85f1e188b
commit
7db40b5f9b
@ -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
|
||||
|
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user