aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJim Grosbach <grosbach@apple.com>2009-09-30 15:23:38 +0000
committerJim Grosbach <grosbach@apple.com>2009-09-30 15:23:38 +0000
commit65a2b9aff1084c5c54afd4577555a5bf3b124114 (patch)
tree0e0e0f4ec6958229300db7831d252d123cb69c51
parent140523508f5e2af96e8c01218b4c4fc1c73abcdb (diff)
downloadexternal_llvm-65a2b9aff1084c5c54afd4577555a5bf3b124114.tar.gz
external_llvm-65a2b9aff1084c5c54afd4577555a5bf3b124114.tar.bz2
external_llvm-65a2b9aff1084c5c54afd4577555a5bf3b124114.zip
Clarify comment phrasing.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@83148 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--lib/Target/ARM/ARMBaseRegisterInfo.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/ARM/ARMBaseRegisterInfo.cpp b/lib/Target/ARM/ARMBaseRegisterInfo.cpp
index 6086c1b4ba..4db4636600 100644
--- a/lib/Target/ARM/ARMBaseRegisterInfo.cpp
+++ b/lib/Target/ARM/ARMBaseRegisterInfo.cpp
@@ -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()) {