diff options
| author | Evan Cheng <evan.cheng@apple.com> | 2007-01-25 22:48:25 +0000 |
|---|---|---|
| committer | Evan Cheng <evan.cheng@apple.com> | 2007-01-25 22:48:25 +0000 |
| commit | 313c2937f0c50d3094804ff3dfb01cc9e9545ddf (patch) | |
| tree | 8d8a7ddf4160332a49884cbe6873ddc107d9509a | |
| parent | b03e9118bef414cca467d07bdff3190270d362e0 (diff) | |
| download | bcm5719-llvm-313c2937f0c50d3094804ff3dfb01cc9e9545ddf.tar.gz bcm5719-llvm-313c2937f0c50d3094804ff3dfb01cc9e9545ddf.zip | |
Fix comment.
llvm-svn: 33508
| -rw-r--r-- | llvm/lib/Target/PowerPC/PPCRegisterInfo.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/llvm/lib/Target/PowerPC/PPCRegisterInfo.cpp b/llvm/lib/Target/PowerPC/PPCRegisterInfo.cpp index 76ade794141..7e5d693c36d 100644 --- a/llvm/lib/Target/PowerPC/PPCRegisterInfo.cpp +++ b/llvm/lib/Target/PowerPC/PPCRegisterInfo.cpp @@ -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(); |

