[llvm] r208314 - Fix a spelling error

Hal Finkel hfinkel at anl.gov
Thu May 8 06:42:57 PDT 2014


Author: hfinkel
Date: Thu May  8 08:42:57 2014
New Revision: 208314

URL: http://llvm.org/viewvc/llvm-project?rev=208314&view=rev
Log:
Fix a spelling error

Modified:
    llvm/trunk/lib/CodeGen/BasicTargetTransformInfo.cpp

Modified: llvm/trunk/lib/CodeGen/BasicTargetTransformInfo.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/CodeGen/BasicTargetTransformInfo.cpp?rev=208314&r1=208313&r2=208314&view=diff
==============================================================================
--- llvm/trunk/lib/CodeGen/BasicTargetTransformInfo.cpp (original)
+++ llvm/trunk/lib/CodeGen/BasicTargetTransformInfo.cpp Thu May  8 08:42:57 2014
@@ -197,7 +197,7 @@ bool BasicTTI::haveFastSqrt(Type *Ty) co
 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





More information about the llvm-commits mailing list