mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-09 13:55:22 +00:00
Remove dead variable.
llvm-svn: 92179
This commit is contained in:
parent
091861587d
commit
8d5a69f960
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user