Formatting.
authorJim Grosbach <grosbach@apple.com>
Wed, 27 Oct 2010 16:30:18 +0000 (16:30 +0000)
committerJim Grosbach <grosbach@apple.com>
Wed, 27 Oct 2010 16:30:18 +0000 (16:30 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@117453 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/PrologEpilogInserter.cpp

index df42b3d17742b1f5edb559a1865f3d52457e5cc9..e7b712d4b2598e3607ce4ebb82dadcd7e158da81 100644 (file)
@@ -759,8 +759,8 @@ void PEI::replaceFrameIndices(MachineFunction &Fn) {
           // If this instruction has a FrameIndex operand, we need to
           // use that target machine register info object to eliminate
           // it.
-            TRI.eliminateFrameIndex(MI, SPAdj,
-                                    FrameIndexVirtualScavenging ?  NULL : RS);
+          TRI.eliminateFrameIndex(MI, SPAdj,
+                                  FrameIndexVirtualScavenging ?  NULL : RS);
 
           // Reset the iterator if we were at the beginning of the BB.
           if (AtBeginning) {