[X86] combineAndnp - remove unused variable. NFC.

This commit is contained in:
Simon Pilgrim 2022-07-24 11:32:44 +01:00
parent ce81a0df67
commit 69d1e805ce

View file

@ -51134,7 +51134,6 @@ static SDValue combineAndnp(SDNode *N, SelectionDAG &DAG,
SDValue N0 = N->getOperand(0);
SDValue N1 = N->getOperand(1);
MVT VT = N->getSimpleValueType(0);
MVT SVT = VT.getScalarType();
int NumElts = VT.getVectorNumElements();
unsigned EltSizeInBits = VT.getScalarSizeInBits();