* cfglayout.c (fixup_reorder_chain): Remove old_bb.

From-SVN: r96162
This commit is contained in:
Kazu Hirata 2005-03-09 07:03:24 +00:00 committed by Kazu Hirata
parent b0c32a7387
commit 2b41085532
2 changed files with 4 additions and 2 deletions

View 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

View 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