[X86] Fix typo in comment, expect->except. NFC

llvm-svn: 340695
This commit is contained in:
Craig Topper 2018-08-26 03:43:23 +00:00
parent 7ef643ef17
commit 4240ecb909
1 changed files with 1 additions and 1 deletions

View File

@ -33982,7 +33982,7 @@ static SDValue combineMulSpecial(uint64_t MulAmt, SDNode *N, SelectionDAG &DAG,
} }
// If the upper 17 bits of each element are zero then we can use PMADDWD, // If the upper 17 bits of each element are zero then we can use PMADDWD,
// which is always at least as quick as PMULLD, expect on KNL. // which is always at least as quick as PMULLD, except on KNL.
static SDValue combineMulToPMADDWD(SDNode *N, SelectionDAG &DAG, static SDValue combineMulToPMADDWD(SDNode *N, SelectionDAG &DAG,
const X86Subtarget &Subtarget) { const X86Subtarget &Subtarget) {
if (!Subtarget.hasSSE2()) if (!Subtarget.hasSSE2())