diff options
author | Jim Grosbach <grosbach@apple.com> | 2010-10-27 16:30:18 +0000 |
---|---|---|
committer | Jim Grosbach <grosbach@apple.com> | 2010-10-27 16:30:18 +0000 |
commit | e4992c88a405b1a8a29b3bcd84d98c7b849149bf (patch) | |
tree | f4a7ad91dfee1702b747609b91d202c74d8d3126 | |
parent | 1518a5eca74a85fe25516e7ddf4f35c2fc3e2e69 (diff) | |
download | bcm5719-llvm-e4992c88a405b1a8a29b3bcd84d98c7b849149bf.tar.gz bcm5719-llvm-e4992c88a405b1a8a29b3bcd84d98c7b849149bf.zip |
Formatting.
llvm-svn: 117453
-rw-r--r-- | llvm/lib/CodeGen/PrologEpilogInserter.cpp | 4 |
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) { |