* cfglayout.c (fixup_reorder_chain): Remove old_bb.
authorKazu Hirata <kazu@cs.umass.edu>
Wed, 9 Mar 2005 07:03:24 +0000 (07:03 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Wed, 9 Mar 2005 07:03:24 +0000 (07:03 +0000)
From-SVN: r96162

gcc/ChangeLog
gcc/cfglayout.c

index 02bcdd2fb7f0aa3483121dcbcac6c975857eca4d..beee2eef927f0e1831b9b4a35d2e0a940a7fc7ee 100644 (file)
@@ -1,3 +1,7 @@
+2005-03-09  Kazu Hirata  <kazu@cs.umass.edu>
+
+       * cfglayout.c (fixup_reorder_chain): Remove old_bb.
+
 2005-03-08  Jeff Law  <law@redhat.com>
 
        * tree-cfg.c (cleanup_control_flow): If removal of a computed
index 241e97628e3ef0210756887f60a37988e420891c..cb53dfe7e2ddcfd7f6c5914adc5d440b7a548b5f 100644 (file)
@@ -627,7 +627,6 @@ fixup_reorder_chain (void)
       edge e_fall, e_taken, e;
       rtx bb_end_insn;
       basic_block nb;
-      basic_block old_bb;
       edge_iterator ei;
 
       if (EDGE_COUNT (bb->succs) == 0)
@@ -772,7 +771,6 @@ fixup_reorder_chain (void)
          nb->rbi->next = bb->rbi->next;
          bb->rbi->next = nb;
          /* Don't process this new block.  */
-         old_bb = bb;
          bb = nb;
          
          /* Make sure new bb is tagged for correct section (same as