summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/BasicTargetTransformInfo.cpp
diff options
context:
space:
mode:
authorHal Finkel <hfinkel@anl.gov>2014-05-08 13:42:57 +0000
committerHal Finkel <hfinkel@anl.gov>2014-05-08 13:42:57 +0000
commite8172d85f9fa6df413ffce29e2fde5b65503d32b (patch)
treee11260980896966dd7709d8628ec31af8edf2a04 /llvm/lib/CodeGen/BasicTargetTransformInfo.cpp
parent967c13d3fbfaab8eb6cf803aa53036823328b19b (diff)
downloadbcm5719-llvm-e8172d85f9fa6df413ffce29e2fde5b65503d32b.tar.gz
bcm5719-llvm-e8172d85f9fa6df413ffce29e2fde5b65503d32b.zip
Fix a spelling error
llvm-svn: 208314
Diffstat (limited to 'llvm/lib/CodeGen/BasicTargetTransformInfo.cpp')
-rw-r--r--llvm/lib/CodeGen/BasicTargetTransformInfo.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/BasicTargetTransformInfo.cpp b/llvm/lib/CodeGen/BasicTargetTransformInfo.cpp
index 763a4c0b3cf..7f31b1a982f 100644
--- a/llvm/lib/CodeGen/BasicTargetTransformInfo.cpp
+++ b/llvm/lib/CodeGen/BasicTargetTransformInfo.cpp
@@ -197,7 +197,7 @@ bool BasicTTI::haveFastSqrt(Type *Ty) const {
void BasicTTI::getUnrollingPreferences(Loop *L,
UnrollingPreferences &UP) const {
// This unrolling functionality is target independent, but to provide some
- // motivation for its indended use, for x86:
+ // motivation for its intended use, for x86:
// According to the Intel 64 and IA-32 Architectures Optimization Reference
// Manual, Intel Core models and later have a loop stream detector
OpenPOWER on IntegriCloud