diff options
| author | Bob Wilson <bob.wilson@apple.com> | 2009-07-01 21:59:43 +0000 |
|---|---|---|
| committer | Bob Wilson <bob.wilson@apple.com> | 2009-07-01 21:59:43 +0000 |
| commit | 267aef56f46ab78167c5d62c93009ad3ba0b3bbd (patch) | |
| tree | a617b404430c48bb7092c6c2c57fff165352d6d4 /lib/Target/ARM | |
| parent | 9a452cf5cf01f265fb85f28061f9998d65e33077 (diff) | |
| download | external_llvm-267aef56f46ab78167c5d62c93009ad3ba0b3bbd.zip external_llvm-267aef56f46ab78167c5d62c93009ad3ba0b3bbd.tar.gz external_llvm-267aef56f46ab78167c5d62c93009ad3ba0b3bbd.tar.bz2 | |
Fix a comment typo.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@74650 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/ARM')
| -rw-r--r-- | lib/Target/ARM/ARMRegisterInfo.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/ARM/ARMRegisterInfo.cpp b/lib/Target/ARM/ARMRegisterInfo.cpp index c898af9..f809f37 100644 --- a/lib/Target/ARM/ARMRegisterInfo.cpp +++ b/lib/Target/ARM/ARMRegisterInfo.cpp @@ -934,7 +934,7 @@ ARMBaseRegisterInfo::processFunctionBeforeCalleeSavedScan(MachineFunction &MF, } // Estimate if we might need to scavenge a register at some point in order - // to materialize a stack offset. If so, either spill one additiona + // to materialize a stack offset. If so, either spill one additional // callee-saved register or reserve a special spill slot to facilitate // register scavenging. if (RS && !ExtraCSSpill && !AFI->isThumbFunction()) { |
