summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2007-01-25 22:48:25 +0000
committerEvan Cheng <evan.cheng@apple.com>2007-01-25 22:48:25 +0000
commit313c2937f0c50d3094804ff3dfb01cc9e9545ddf (patch)
tree8d8a7ddf4160332a49884cbe6873ddc107d9509a
parentb03e9118bef414cca467d07bdff3190270d362e0 (diff)
downloadbcm5719-llvm-313c2937f0c50d3094804ff3dfb01cc9e9545ddf.tar.gz
bcm5719-llvm-313c2937f0c50d3094804ff3dfb01cc9e9545ddf.zip
Fix comment.
llvm-svn: 33508
-rw-r--r--llvm/lib/Target/PowerPC/PPCRegisterInfo.cpp3
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();
OpenPOWER on IntegriCloud