mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-14 16:33:28 +00:00
Get rid of unused variable.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@54742 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
27d6681496
commit
32767955a4
@ -762,7 +762,6 @@ void StrongPHIElimination::ScheduleCopies(MachineBasicBlock* MBB,
|
||||
std::set<unsigned> RegHandled;
|
||||
for (SmallVector<std::pair<unsigned, MachineInstr*>, 4>::iterator I =
|
||||
InsertedPHIDests.begin(), E = InsertedPHIDests.end(); I != E; ++I) {
|
||||
unsigned bar = 0;
|
||||
if (RegHandled.insert(I->first).second &&
|
||||
!LI.getOrCreateInterval(I->first).liveAt(
|
||||
LI.getMBBEndIdx(I->second->getParent())))
|
||||
|
Loading…
x
Reference in New Issue
Block a user