Fix typo
authorMatt Arsenault <Matthew.Arsenault@amd.com>
Wed, 22 Oct 2014 00:28:59 +0000 (00:28 +0000)
committerMatt Arsenault <Matthew.Arsenault@amd.com>
Wed, 22 Oct 2014 00:28:59 +0000 (00:28 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@220353 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/BasicTargetTransformInfo.cpp

index 190e38bd8c18c49f22e4818641cbe9490b6067c3..b9b1fd838d72dc879a17ce2bd8fe0362ec7b4904 100644 (file)
@@ -589,7 +589,7 @@ unsigned BasicTTI::getIntrinsicInstrCost(Intrinsic::ID IID, Type *RetTy,
 
   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)