[X86] Remove unused variable. NFC

llvm-svn: 355790
This commit is contained in:
Craig Topper 2019-03-10 17:36:41 +00:00
parent 93e15dfacc
commit 66c9690ad6
1 changed files with 0 additions and 1 deletions

View File

@ -22192,7 +22192,6 @@ SDValue X86TargetLowering::LowerINTRINSIC_WO_CHAIN(SDValue Op,
case CMP_MASK_CC: {
MVT MaskVT = Op.getSimpleValueType();
SDValue Cmp;
SDValue CC = Op.getOperand(3);
CC = DAG.getNode(ISD::TRUNCATE, dl, MVT::i8, CC);
// We specify 2 possible opcodes for intrinsics with rounding modes.