projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d3dd50f
)
I am no spelling bee.
author
Evan Cheng
<evan.cheng@apple.com>
Fri, 16 Oct 2009 06:18:09 +0000
(06:18 +0000)
committer
Evan Cheng
<evan.cheng@apple.com>
Fri, 16 Oct 2009 06:18:09 +0000
(06:18 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@84250
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Target/ARM/ARMSubtarget.cpp
patch
|
blob
|
history
diff --git
a/lib/Target/ARM/ARMSubtarget.cpp
b/lib/Target/ARM/ARMSubtarget.cpp
index e4396d01fedc5712e8811cf8542e20c7c41814a5..5af95c33b930c4402529feda94884a7eab7a491b 100644
(file)
--- 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 Cortex
t
-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;