[llvm-commits] CVS: llvm/lib/Target/PowerPC/PPCRegisterInfo.cpp
Evan Cheng
evan.cheng at apple.com
Thu Jan 25 14:48:41 PST 2007
Changes in directory llvm/lib/Target/PowerPC:
PPCRegisterInfo.cpp updated: 1.98 -> 1.99
---
Log message:
Fix comment.
---
Diffs of the changes: (+1 -2)
PPCRegisterInfo.cpp | 3 +--
1 files changed, 1 insertion(+), 2 deletions(-)
Index: llvm/lib/Target/PowerPC/PPCRegisterInfo.cpp
diff -u llvm/lib/Target/PowerPC/PPCRegisterInfo.cpp:1.98 llvm/lib/Target/PowerPC/PPCRegisterInfo.cpp:1.99
--- llvm/lib/Target/PowerPC/PPCRegisterInfo.cpp:1.98 Thu Jan 25 16:25:04 2007
+++ llvm/lib/Target/PowerPC/PPCRegisterInfo.cpp Thu Jan 25 16:48:25 2007
@@ -448,8 +448,7 @@
// 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();
More information about the llvm-commits
mailing list