fix typo; NFC
authorSanjay Patel <spatel@rotateright.com>
Tue, 8 Mar 2016 21:41:13 +0000 (21:41 +0000)
committerSanjay Patel <spatel@rotateright.com>
Tue, 8 Mar 2016 21:41:13 +0000 (21:41 +0000)
llvm-svn: 262961

llvm/include/llvm/CodeGen/BasicTTIImpl.h

index fce9a96..9520b84 100644 (file)
@@ -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;
     }