[llvm-commits] [llvm] r75992 - /llvm/trunk/lib/Target/SystemZ/SystemZRegisterInfo.cpp

Anton Korobeynikov asl at math.spbu.ru
Thu Jul 16 07:10:49 PDT 2009


Author: asl
Date: Thu Jul 16 09:10:49 2009
New Revision: 75992

URL: http://llvm.org/viewvc/llvm-project?rev=75992&view=rev
Log:
Stupid typo

Modified:
    llvm/trunk/lib/Target/SystemZ/SystemZRegisterInfo.cpp

Modified: llvm/trunk/lib/Target/SystemZ/SystemZRegisterInfo.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/SystemZ/SystemZRegisterInfo.cpp?rev=75992&r1=75991&r2=75992&view=diff

==============================================================================
--- llvm/trunk/lib/Target/SystemZ/SystemZRegisterInfo.cpp (original)
+++ llvm/trunk/lib/Target/SystemZ/SystemZRegisterInfo.cpp Thu Jul 16 09:10:49 2009
@@ -206,7 +206,7 @@
 
   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)) {





More information about the llvm-commits mailing list