* toplev.c (rest_of_compilation): Revert opt/2960 change.
authorRichard Henderson <rth@redhat.com>
Wed, 9 Oct 2002 23:17:51 +0000 (16:17 -0700)
committerRichard Henderson <rth@gcc.gnu.org>
Wed, 9 Oct 2002 23:17:51 +0000 (16:17 -0700)
From-SVN: r58000

gcc/ChangeLog
gcc/toplev.c

index fbe859a5d1b4c123982ecec0c884cf49cb8c9a00..9a73ea45c4a07c5d10324787ad5ff380b8833be6 100644 (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
index 81035b028b1a5124798934c6b868f625fc1d1372..a6fe726af81566f7e33a6e3413327cafe1727282 100644 (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);