OSDN Git Service

* toplev.c (rest_of_compilation): Revert opt/2960 change.
authorrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 9 Oct 2002 23:17:51 +0000 (23:17 +0000)
committerrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 9 Oct 2002 23:17:51 +0000 (23:17 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@58000 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/toplev.c

index fbe859a..9a73ea4 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 81035b0..a6fe726 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);