From 8d950ce18c6d8ab3b43a4950cecbb17a83914910 Mon Sep 17 00:00:00 2001 From: Sanjay Patel Date: Tue, 8 Mar 2016 21:41:13 +0000 Subject: [PATCH] fix typo; NFC llvm-svn: 262961 --- llvm/include/llvm/CodeGen/BasicTTIImpl.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/llvm/include/llvm/CodeGen/BasicTTIImpl.h b/llvm/include/llvm/CodeGen/BasicTTIImpl.h index fce9a96..9520b84 100644 --- a/llvm/include/llvm/CodeGen/BasicTTIImpl.h +++ b/llvm/include/llvm/CodeGen/BasicTTIImpl.h @@ -307,8 +307,8 @@ public: } if (!TLI->isOperationExpand(ISD, LT.second)) { - // If the operation is custom lowered then assume - // thare the code is twice as expensive. + // If the operation is custom lowered, then assume that the code is twice + // as expensive. return LT.first * 2 * OpCost; } -- 2.7.4