summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/StrongPHIElimination.cpp
diff options
context:
space:
mode:
authorLang Hames <lhames@gmail.com>2009-10-03 04:31:31 +0000
committerLang Hames <lhames@gmail.com>2009-10-03 04:31:31 +0000
commita7780905e7408a625b4c2a5a6a66a0150029e0b2 (patch)
treeb1f94cf64af3992998c6f71ed3ce4d9ed9c32bd1 /llvm/lib/CodeGen/StrongPHIElimination.cpp
parent920301ecc545352fa5898d53a3c752f3c622f7c8 (diff)
downloadbcm5719-llvm-a7780905e7408a625b4c2a5a6a66a0150029e0b2.tar.gz
bcm5719-llvm-a7780905e7408a625b4c2a5a6a66a0150029e0b2.zip
Oops. Renamed remaining MachineInstrIndex references.
llvm-svn: 83255
Diffstat (limited to 'llvm/lib/CodeGen/StrongPHIElimination.cpp')
-rw-r--r--llvm/lib/CodeGen/StrongPHIElimination.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/StrongPHIElimination.cpp b/llvm/lib/CodeGen/StrongPHIElimination.cpp
index 6010a906e05..48d6dc1db4c 100644
--- a/llvm/lib/CodeGen/StrongPHIElimination.cpp
+++ b/llvm/lib/CodeGen/StrongPHIElimination.cpp
@@ -748,7 +748,7 @@ void StrongPHIElimination::ScheduleCopies(MachineBasicBlock* MBB,
LiveInterval& I = LI.getInterval(curr.second);
MachineBasicBlock::iterator term = MBB->getFirstTerminator();
- LiveIndex endIdx = MachineInstrIndex();
+ LiveIndex endIdx = LiveIndex();
if (term != MBB->end())
endIdx = LI.getInstructionIndex(term);
else
OpenPOWER on IntegriCloud