summaryrefslogtreecommitdiffstats
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
commite4992c88a405b1a8a29b3bcd84d98c7b849149bf (patch)
treef4a7ad91dfee1702b747609b91d202c74d8d3126
parent1518a5eca74a85fe25516e7ddf4f35c2fc3e2e69 (diff)
downloadbcm5719-llvm-e4992c88a405b1a8a29b3bcd84d98c7b849149bf.tar.gz
bcm5719-llvm-e4992c88a405b1a8a29b3bcd84d98c7b849149bf.zip
Formatting.
llvm-svn: 117453
-rw-r--r--llvm/lib/CodeGen/PrologEpilogInserter.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/CodeGen/PrologEpilogInserter.cpp b/llvm/lib/CodeGen/PrologEpilogInserter.cpp
index df42b3d1774..e7b712d4b25 100644
--- a/llvm/lib/CodeGen/PrologEpilogInserter.cpp
+++ b/llvm/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) {
OpenPOWER on IntegriCloud