Fix comment.
authorEvan Cheng <evan.cheng@apple.com>
Thu, 25 Jan 2007 22:48:25 +0000 (22:48 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Thu, 25 Jan 2007 22:48:25 +0000 (22:48 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33508 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/PowerPC/PPCRegisterInfo.cpp

index 76ade794141bab9307f284c5731c4cdcbe9e236d..7e5d693c36dd582d814fa544e5fe93d0a014e4aa 100644 (file)
@@ -448,8 +448,7 @@ void PPCRegisterInfo::lowerDynamicAlloc(MachineBasicBlock::iterator II) const {
   // Determine whether 64-bit pointers are used.
   bool LP64 = Subtarget.isPPC64();
 
-  // Determine the maximum call stack size.  maxCallFrameSize may be
-  // less than the minimum.
+  // Get the maximum call stack size.
   unsigned maxCallFrameSize = MFI->getMaxCallFrameSize();
   // Get the total frame size.
   unsigned FrameSize = MFI->getStackSize();