Remove an unused variable.

llvm-svn: 86642
This commit is contained in:
Dan Gohman 2009-11-10 01:37:57 +00:00
parent 48079d4bf5
commit 42cc1806d8
1 changed files with 0 additions and 1 deletions

View File

@ -1179,7 +1179,6 @@ bool BranchFolder::OptimizeBlock(MachineBasicBlock *MBB) {
// Analyze the branch at the end of the block before the succ.
MachineBasicBlock *SuccBB = *SI;
MachineFunction::iterator SuccPrev = SuccBB; --SuccPrev;
std::vector<MachineOperand> SuccPrevCond;
// If this block doesn't already fall-through to that successor, and if
// the succ doesn't already have a block that can fall through into it,