summaryrefslogtreecommitdiff
path: root/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
commite9b3ac27dda22a6939246323935111070cf24280 (patch)
treeb1ed26382cd9ee0ef11bcb08cbcba95a85d7212a /lib/CodeGen/Spiller.cpp
parentc52edc7d3072ce5f93a7fd4ce7636155f7ab7a1f (diff)
downloadllvm-e9b3ac27dda22a6939246323935111070cf24280.tar.gz
llvm-e9b3ac27dda22a6939246323935111070cf24280.tar.bz2
llvm-e9b3ac27dda22a6939246323935111070cf24280.tar.xz
80 col violation.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@103185 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/Spiller.cpp')
-rw-r--r--lib/CodeGen/Spiller.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/CodeGen/Spiller.cpp b/lib/CodeGen/Spiller.cpp
index 63c55549a3..1b7169e1fe 100644
--- a/lib/CodeGen/Spiller.cpp
+++ b/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();