[llvm-commits] CVS: llvm/lib/Target/PowerPC/PPC32RegisterInfo.cpp
Jeff Cohen
jeffc at jolt-lang.org
Sat Jul 30 11:33:39 PDT 2005
Changes in directory llvm/lib/Target/PowerPC:
PPC32RegisterInfo.cpp updated: 1.14 -> 1.15
---
Log message:
Keep tabs and trailing spaces out.
---
Diffs of the changes: (+1 -1)
PPC32RegisterInfo.cpp | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/lib/Target/PowerPC/PPC32RegisterInfo.cpp
diff -u llvm/lib/Target/PowerPC/PPC32RegisterInfo.cpp:1.14 llvm/lib/Target/PowerPC/PPC32RegisterInfo.cpp:1.15
--- llvm/lib/Target/PowerPC/PPC32RegisterInfo.cpp:1.14 Wed Jul 27 18:11:27 2005
+++ llvm/lib/Target/PowerPC/PPC32RegisterInfo.cpp Sat Jul 30 13:33:25 2005
@@ -245,7 +245,7 @@
NumBytes += MFI->getMaxCallFrameSize();
}
- // If we are a leaf function, and use up to 224 bytes of stack space,
+ // If we are a leaf function, and use up to 224 bytes of stack space,
// and don't have a frame pointer, then we do not need to adjust the stack
// pointer (we fit in the Red Zone).
if ((NumBytes == 0) || (NumBytes <= 224 && !hasFP(MF) && !MFI->hasCalls())) {
More information about the llvm-commits
mailing list