Stupid typo
authorAnton Korobeynikov <asl@math.spbu.ru>
Thu, 16 Jul 2009 14:10:49 +0000 (14:10 +0000)
committerAnton Korobeynikov <asl@math.spbu.ru>
Thu, 16 Jul 2009 14:10:49 +0000 (14:10 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@75992 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/SystemZ/SystemZRegisterInfo.cpp

index a65cec15c906d79d5503c1c7e8a00228cd66aff6..dc1561fb1a92916404fcf48989d00c9a9d0bf45d 100644 (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)) {