Skip to content

Commit

Permalink
[X86] Fix typo in comment, expect->except. NFC
Browse files Browse the repository at this point in the history
llvm-svn: 340695
  • Loading branch information
topperc committed Aug 26, 2018
1 parent 7ef643e commit 4240ecb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llvm/lib/Target/X86/X86ISelLowering.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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,
// 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,
const X86Subtarget &Subtarget) {
if (!Subtarget.hasSSE2())
Expand Down

0 comments on commit 4240ecb

Please sign in to comment.