summaryrefslogtreecommitdiff
path: root/lib/CodeGen/PrologEpilogInserter.cpp
diff options
context:
space:
mode:
authorJim Grosbach <grosbach@apple.com>2010-10-27 16:30:18 +0000
committerJim Grosbach <grosbach@apple.com>2010-10-27 16:30:18 +0000
commit0ed257c0365f1e2227ccd9f42c2ae1f80815d6d2 (patch)
treeca3c1221391cd7a66511dc89b89e4fbd771c8a18 /lib/CodeGen/PrologEpilogInserter.cpp
parentbf052ac5d1c8f21075bc675f629709c20791c5f7 (diff)
downloadllvm-0ed257c0365f1e2227ccd9f42c2ae1f80815d6d2.tar.gz
llvm-0ed257c0365f1e2227ccd9f42c2ae1f80815d6d2.tar.bz2
llvm-0ed257c0365f1e2227ccd9f42c2ae1f80815d6d2.tar.xz
Formatting.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@117453 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/PrologEpilogInserter.cpp')
-rw-r--r--lib/CodeGen/PrologEpilogInserter.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/CodeGen/PrologEpilogInserter.cpp b/lib/CodeGen/PrologEpilogInserter.cpp
index df42b3d177..e7b712d4b2 100644
--- a/lib/CodeGen/PrologEpilogInserter.cpp
+++ b/lib/CodeGen/PrologEpilogInserter.cpp
@@ -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) {