mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-29 06:53:53 +00:00
Formatting.
llvm-svn: 117453
This commit is contained in:
parent
58a0ea80a4
commit
ddd67f8e88
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user