Remove unused variable. NFCI.

llvm-svn: 314778
This commit is contained in:
Simon Pilgrim 2017-10-03 10:01:02 +00:00
parent 640fbf5132
commit d87af9a1c0
1 changed files with 0 additions and 1 deletions

View File

@ -31853,7 +31853,6 @@ static SDValue combineVectorPack(SDNode *N, SelectionDAG &DAG,
"Unexpected shift opcode");
EVT VT = N->getValueType(0);
EVT SVT = VT.getScalarType();
SDValue N0 = N->getOperand(0);
SDValue N1 = N->getOperand(1);
unsigned DstBitsPerElt = VT.getScalarSizeInBits();