Fix comment.

llvm-svn: 33508
This commit is contained in:
Evan Cheng 2007-01-25 22:48:25 +00:00
parent b03e9118be
commit 313c2937f0
1 changed files with 1 additions and 2 deletions

View 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();