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 | b864e89fe412879823afca6dffb7e700a5bf8210 (patch) | |
tree | a617b404430c48bb7092c6c2c57fff165352d6d4 /lib | |
parent | 3f64342e11a9ca815a4ef43e9213f49f0594b05e (diff) | |
download | external_llvm-b864e89fe412879823afca6dffb7e700a5bf8210.zip external_llvm-b864e89fe412879823afca6dffb7e700a5bf8210.tar.gz external_llvm-b864e89fe412879823afca6dffb7e700a5bf8210.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')
-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()) { |