Spelling mistake in comment. NFCI.

llvm-svn: 323752
This commit is contained in:
Simon Pilgrim 2018-01-30 12:18:51 +00:00
parent 41d2152e87
commit eb07016156
1 changed files with 1 additions and 1 deletions

View File

@ -197,7 +197,7 @@ int X86TTIImpl::getArithmeticInstrCost(
// v2i64/v4i64 mul is custom lowered as a series of long:
// multiplies(3), shifts(3) and adds(2)
// slm muldq version throughput is 2 and addq throughput 4
// thus: 3X2 (muldq throughput) + 3X1 (shift throuput) +
// thus: 3X2 (muldq throughput) + 3X1 (shift throughput) +
// 3X4 (addq throughput) = 17
{ ISD::MUL, MVT::v2i64, 17 },
// slm addq\subq throughput is 4