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:
parent
3449eec7c7
commit
23af65d712
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user