80 col violation.
authorEvan Cheng <evan.cheng@apple.com>
Thu, 6 May 2010 16:33:12 +0000 (16:33 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Thu, 6 May 2010 16:33:12 +0000 (16:33 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@103185 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/Spiller.cpp

index 63c55549a3ea8956e7092b538f7bf742d5a22789..1b7169e1fe0ba2159c93c2204297e9c55cda23f9 100644 (file)
@@ -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();