1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 19:52:54 +01:00

Remove unused variable. NFCI.

llvm-svn: 314778
This commit is contained in:
Simon Pilgrim 2017-10-03 10:01:02 +00:00
parent 3449eec7c7
commit 23af65d712

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();