forked from OSchip/llvm-project
parent
d8458e6c09
commit
466f2e4b00
|
@ -206,7 +206,7 @@ void SystemZRegisterInfo::emitPrologue(MachineFunction &MF) const {
|
|||
|
||||
uint64_t NumBytes = StackSize - TFI.getOffsetOfLocalArea();
|
||||
|
||||
if (StackSize) // adjust stack pointer: R15 -= numbytes
|
||||
if (NumBytes) // adjust stack pointer: R15 -= numbytes
|
||||
emitSPUpdate(MBB, MBBI, -(int64_t)NumBytes, TII);
|
||||
|
||||
if (hasFP(MF)) {
|
||||
|
|
Loading…
Reference in New Issue