[TTI] Fix a typo in the comment
authorHaicheng Wu <haicheng@codeaurora.org>
Tue, 13 Mar 2018 13:52:47 +0000 (13:52 +0000)
committerHaicheng Wu <haicheng@codeaurora.org>
Tue, 13 Mar 2018 13:52:47 +0000 (13:52 +0000)
llvm-svn: 327395

llvm/include/llvm/CodeGen/BasicTTIImpl.h

index 1d95853..6611687 100644 (file)
@@ -614,7 +614,7 @@ public:
       }
 
       // If we are legalizing by splitting, query the concrete TTI for the cost
-      // of casting the original vector twice. We also need to factor int the
+      // of casting the original vector twice. We also need to factor in the
       // cost of the split itself. Count that as 1, to be consistent with
       // TLI->getTypeLegalizationCost().
       if ((TLI->getTypeAction(Src->getContext(), TLI->getValueType(DL, Src)) ==