fix typo; NFC

llvm-svn: 262961
This commit is contained in:
Sanjay Patel 2016-03-08 21:41:13 +00:00
parent bb5d862a84
commit 8d950ce18c
1 changed files with 2 additions and 2 deletions

View 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;
}