[llvm] r220353 - Fix typo

Matt Arsenault Matthew.Arsenault at amd.com
Tue Oct 21 17:29:00 PDT 2014


Author: arsenm
Date: Tue Oct 21 19:28:59 2014
New Revision: 220353

URL: http://llvm.org/viewvc/llvm-project?rev=220353&view=rev
Log:
Fix typo

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=220353&r1=220352&r2=220353&view=diff
==============================================================================
--- llvm/trunk/lib/CodeGen/BasicTargetTransformInfo.cpp (original)
+++ llvm/trunk/lib/CodeGen/BasicTargetTransformInfo.cpp Tue Oct 21 19:28:59 2014
@@ -589,7 +589,7 @@ unsigned BasicTTI::getIntrinsicInstrCost
 
   if (TLI->isOperationLegalOrPromote(ISD, LT.second)) {
     // The operation is legal. Assume it costs 1.
-    // If the type is split to multiple registers, assume that thre is some
+    // If the type is split to multiple registers, assume that there is some
     // overhead to this.
     // TODO: Once we have extract/insert subvector cost we need to use them.
     if (LT.first > 1)





More information about the llvm-commits mailing list