We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72cb0a2 commit fa77b68Copy full SHA for fa77b68
llvm/lib/Target/X86/X86FrameLowering.cpp
@@ -3993,6 +3993,7 @@ void X86FrameLowering::adjustFrameForMsvcCxxEh(MachineFunction &MF) const {
3993
unsigned Align = MFI.getObjectAlign(FrameIndex).value();
3994
MinFixedObjOffset -= std::abs(MinFixedObjOffset) % Align;
3995
MinFixedObjOffset -= MFI.getObjectSize(FrameIndex);
3996
+ MinFixedObjOffset -= std::abs(MinFixedObjOffset) % Align;
3997
MFI.setObjectOffset(FrameIndex, MinFixedObjOffset);
3998
}
3999
0 commit comments