mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-08 03:30:22 +00:00
Remove dead variable.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@92179 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
b17f15b25f
commit
3983fbc112
@ -899,8 +899,6 @@ MachineInstr* PreAllocSplitting::FoldSpill(unsigned vreg,
|
|||||||
MachineBasicBlock* MBB,
|
MachineBasicBlock* MBB,
|
||||||
int& SS,
|
int& SS,
|
||||||
SmallPtrSet<MachineInstr*, 4>& RefsInMBB) {
|
SmallPtrSet<MachineInstr*, 4>& RefsInMBB) {
|
||||||
MachineBasicBlock::iterator Pt = MBB->begin();
|
|
||||||
|
|
||||||
// Go top down if RefsInMBB is empty.
|
// Go top down if RefsInMBB is empty.
|
||||||
if (RefsInMBB.empty())
|
if (RefsInMBB.empty())
|
||||||
return 0;
|
return 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user