parent
1518a5eca7
commit
e4992c88a4
|
|
@ -759,8 +759,8 @@ void PEI::replaceFrameIndices(MachineFunction &Fn) {
|
||||||
// If this instruction has a FrameIndex operand, we need to
|
// If this instruction has a FrameIndex operand, we need to
|
||||||
// use that target machine register info object to eliminate
|
// use that target machine register info object to eliminate
|
||||||
// it.
|
// it.
|
||||||
TRI.eliminateFrameIndex(MI, SPAdj,
|
TRI.eliminateFrameIndex(MI, SPAdj,
|
||||||
FrameIndexVirtualScavenging ? NULL : RS);
|
FrameIndexVirtualScavenging ? NULL : RS);
|
||||||
|
|
||||||
// Reset the iterator if we were at the beginning of the BB.
|
// Reset the iterator if we were at the beginning of the BB.
|
||||||
if (AtBeginning) {
|
if (AtBeginning) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue