Remove dead variable.

llvm-svn: 92179
This commit is contained in:
Bill Wendling 2009-12-28 01:01:14 +00:00
parent 091861587d
commit 8d5a69f960

View File

@ -899,8 +899,6 @@ MachineInstr* PreAllocSplitting::FoldSpill(unsigned vreg,
MachineBasicBlock* MBB,
int& SS,
SmallPtrSet<MachineInstr*, 4>& RefsInMBB) {
MachineBasicBlock::iterator Pt = MBB->begin();
// Go top down if RefsInMBB is empty.
if (RefsInMBB.empty())
return 0;