Formatting.

llvm-svn: 117453
This commit is contained in:
Jim Grosbach 2010-10-27 16:30:18 +00:00
parent 1518a5eca7
commit e4992c88a4
1 changed files with 2 additions and 2 deletions

View 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) {