Przeglądaj źródła

Spelling mistake in comment. NFCI.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@323752 91177308-0d34-0410-b5e6-96231b3b80d8
Simon Pilgrim 7 lat temu
rodzic
commit
9a9c09a24f
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      lib/Target/X86/X86TargetTransformInfo.cpp

+ 1 - 1
lib/Target/X86/X86TargetTransformInfo.cpp

@@ -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