diff options
| author | Lang Hames <lhames@gmail.com> | 2009-10-03 04:31:31 +0000 |
|---|---|---|
| committer | Lang Hames <lhames@gmail.com> | 2009-10-03 04:31:31 +0000 |
| commit | a7780905e7408a625b4c2a5a6a66a0150029e0b2 (patch) | |
| tree | b1f94cf64af3992998c6f71ed3ce4d9ed9c32bd1 /llvm/lib/CodeGen/Spiller.cpp | |
| parent | 920301ecc545352fa5898d53a3c752f3c622f7c8 (diff) | |
| download | bcm5719-llvm-a7780905e7408a625b4c2a5a6a66a0150029e0b2.tar.gz bcm5719-llvm-a7780905e7408a625b4c2a5a6a66a0150029e0b2.zip | |
Oops. Renamed remaining MachineInstrIndex references.
llvm-svn: 83255
Diffstat (limited to 'llvm/lib/CodeGen/Spiller.cpp')
| -rw-r--r-- | llvm/lib/CodeGen/Spiller.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/CodeGen/Spiller.cpp b/llvm/lib/CodeGen/Spiller.cpp index 7e6f1878979..0277d64cdd9 100644 --- a/llvm/lib/CodeGen/Spiller.cpp +++ b/llvm/lib/CodeGen/Spiller.cpp @@ -321,7 +321,7 @@ public: vrm->assignVirt2StackSlot(li->reg, ss); MachineInstr *mi = 0; - LiveIndex storeIdx = MachineInstrIndex(); + LiveIndex storeIdx = LiveIndex(); if (valno->isDefAccurate()) { // If we have an accurate def we can just grab an iterator to the instr @@ -335,7 +335,7 @@ public: } MachineBasicBlock *defBlock = mi->getParent(); - LiveIndex loadIdx = MachineInstrIndex(); + LiveIndex loadIdx = LiveIndex(); // Now we need to find the load... MachineBasicBlock::iterator useItr(mi); |

