summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2009-10-16 06:18:09 +0000
committerEvan Cheng <evan.cheng@apple.com>2009-10-16 06:18:09 +0000
commit343d17d7627cecc85854389b046ae55d020641b2 (patch)
tree979236af5db6c3851ec70b1458b5f3b4241991f4 /llvm/lib
parent03da4dba5906f626eb3b823fe78425ead63c4f06 (diff)
downloadbcm5719-llvm-343d17d7627cecc85854389b046ae55d020641b2.tar.gz
bcm5719-llvm-343d17d7627cecc85854389b046ae55d020641b2.zip
I am no spelling bee.
llvm-svn: 84250
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/Target/ARM/ARMSubtarget.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/ARM/ARMSubtarget.cpp b/llvm/lib/Target/ARM/ARMSubtarget.cpp
index e4396d01fed..5af95c33b93 100644
--- a/llvm/lib/Target/ARM/ARMSubtarget.cpp
+++ b/llvm/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;
OpenPOWER on IntegriCloud