From 07c9e83faaf0f38ac0a85b4941599ca90536391e Mon Sep 17 00:00:00 2001 From: Haicheng Wu Date: Tue, 13 Mar 2018 13:52:47 +0000 Subject: [PATCH] [TTI] Fix a typo in the comment llvm-svn: 327395 --- llvm/include/llvm/CodeGen/BasicTTIImpl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/include/llvm/CodeGen/BasicTTIImpl.h b/llvm/include/llvm/CodeGen/BasicTTIImpl.h index 1d95853..6611687 100644 --- a/llvm/include/llvm/CodeGen/BasicTTIImpl.h +++ b/llvm/include/llvm/CodeGen/BasicTTIImpl.h @@ -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)) == -- 2.7.4