[llvm-commits] [llvm] r83148 - /llvm/trunk/lib/Target/ARM/ARMBaseRegisterInfo.cpp
Jim Grosbach
grosbach at apple.com
Wed Sep 30 08:23:38 PDT 2009
Author: grosbach
Date: Wed Sep 30 10:23:38 2009
New Revision: 83148
URL: http://llvm.org/viewvc/llvm-project?rev=83148&view=rev
Log:
Clarify comment phrasing.
Modified:
llvm/trunk/lib/Target/ARM/ARMBaseRegisterInfo.cpp
Modified: llvm/trunk/lib/Target/ARM/ARMBaseRegisterInfo.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/ARM/ARMBaseRegisterInfo.cpp?rev=83148&r1=83147&r2=83148&view=diff
==============================================================================
--- llvm/trunk/lib/Target/ARM/ARMBaseRegisterInfo.cpp (original)
+++ llvm/trunk/lib/Target/ARM/ARMBaseRegisterInfo.cpp Wed Sep 30 10:23:38 2009
@@ -658,7 +658,7 @@
// immediate offset, make sure a register (or a spill slot) is
// available for the register scavenger. Note that if we're indexing
// off the frame pointer, the effective stack size is 4 bytes larger
- // since the FP points to the previous FP.
+ // since the FP points to the stack slot of the previous FP.
if (estimateStackSize(MF, MFI) + (hasFP(MF) ? 4 : 0)
>= estimateRSStackSizeLimit(MF)
|| AFI->isThumb1OnlyFunction()) {
More information about the llvm-commits
mailing list