diff options
author | Evan Cheng <evan.cheng@apple.com> | 2009-10-16 06:18:09 +0000 |
---|---|---|
committer | Evan Cheng <evan.cheng@apple.com> | 2009-10-16 06:18:09 +0000 |
commit | 1302f57663145190ad603a572aeeadb066def866 (patch) | |
tree | ff72850a3f3236ed04d8fecdb3915da5bf65e055 /lib | |
parent | cae7b0e6150f2fe795277324bb7107dba39a78e7 (diff) | |
download | external_llvm-1302f57663145190ad603a572aeeadb066def866.zip external_llvm-1302f57663145190ad603a572aeeadb066def866.tar.gz external_llvm-1302f57663145190ad603a572aeeadb066def866.tar.bz2 |
I am no spelling bee.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@84250 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Target/ARM/ARMSubtarget.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/ARM/ARMSubtarget.cpp b/lib/Target/ARM/ARMSubtarget.cpp index e4396d0..5af95c3 100644 --- a/lib/Target/ARM/ARMSubtarget.cpp +++ b/lib/Target/ARM/ARMSubtarget.cpp @@ -103,7 +103,7 @@ ARMSubtarget::ARMSubtarget(const std::string &TT, const std::string &FS, // Set CPU specific features. if (CPUString == "cortex-a8") { - // On Cortext-a8, it's faster to perform some single-precision FP + // On Cortex-a8, it's faster to perform some single-precision FP // operations with NEON instructions. if (UseNEONFP.getPosition() == 0) UseNEONForSinglePrecisionFP = true; |