summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/Spiller.cpp
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2010-05-06 16:33:12 +0000
committerEvan Cheng <evan.cheng@apple.com>2010-05-06 16:33:12 +0000
commitf0ac19a6d54de51d0f85eeb89d47897f2ef7c2cc (patch)
tree25c0a43580c9f1a021dc02d772f93a69bf1cf03f /llvm/lib/CodeGen/Spiller.cpp
parent0e0f99816a792abc3739cf50a82a7c18b2166f8b (diff)
downloadbcm5719-llvm-f0ac19a6d54de51d0f85eeb89d47897f2ef7c2cc.tar.gz
bcm5719-llvm-f0ac19a6d54de51d0f85eeb89d47897f2ef7c2cc.zip
80 col violation.
llvm-svn: 103185
Diffstat (limited to 'llvm/lib/CodeGen/Spiller.cpp')
-rw-r--r--llvm/lib/CodeGen/Spiller.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/CodeGen/Spiller.cpp b/llvm/lib/CodeGen/Spiller.cpp
index 63c55549a3e..1b7169e1fe0 100644
--- a/llvm/lib/CodeGen/Spiller.cpp
+++ b/llvm/lib/CodeGen/Spiller.cpp
@@ -142,8 +142,8 @@ protected:
// Insert store if necessary.
if (hasDef) {
- tii->storeRegToStackSlot(*mi->getParent(), llvm::next(miItr), newVReg, true,
- ss, trc);
+ tii->storeRegToStackSlot(*mi->getParent(), llvm::next(miItr), newVReg,
+ true, ss, trc);
MachineInstr *storeInstr(llvm::next(miItr));
SlotIndex storeIndex =
lis->InsertMachineInstrInMaps(storeInstr).getDefIndex();
OpenPOWER on IntegriCloud