You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since LM32FrameLowering::hasReservedCallFrame() always
returns true, alignment and updating the stacksize in regard
to the maximum call frame is handled by
PEI::calculateFrameObjectOffsets(), so it should not
be necessary to do this manually.
In fact, it is harmful, since the max call frame will be
added twice to stacksize.
Patch from Stefan Kristiansson
0 commit comments