Stupid typo

llvm-svn: 75992
This commit is contained in:
Anton Korobeynikov 2009-07-16 14:10:49 +00:00
parent 6d0c8510ab
commit decd66501b

View File

@ -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)) {