Clarify comment phrasing.
authorJim Grosbach <grosbach@apple.com>
Wed, 30 Sep 2009 15:23:38 +0000 (15:23 +0000)
committerJim Grosbach <grosbach@apple.com>
Wed, 30 Sep 2009 15:23:38 +0000 (15:23 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@83148 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/ARM/ARMBaseRegisterInfo.cpp

index 6086c1b4baad801231b45a4a4743f912adfafc07..4db463660094872536b311539bc10c98d3e3a253 100644 (file)
@@ -658,7 +658,7 @@ ARMBaseRegisterInfo::processFunctionBeforeCalleeSavedScan(MachineFunction &MF,
       // 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()) {