[X86] Remove unused variable

llvm-svn: 346592
This commit is contained in:
Benjamin Kramer 2018-11-10 18:11:11 +00:00
parent 1e0c14eac1
commit 6912aa5ba9

View File

@ -40075,7 +40075,6 @@ static SDValue combineVSZext(SDNode *N, SelectionDAG &DAG,
MVT OpVT = Op.getSimpleValueType();
MVT OpEltVT = OpVT.getVectorElementType();
unsigned OpEltSizeInBits = OpEltVT.getSizeInBits();
unsigned InputBits = OpEltSizeInBits * NumElts;
// Perform any constant folding.
// FIXME: Reduce constant pool usage and don't fold when OptSize is enabled.