mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 03:33:20 +01:00
Fixed unused variable warning
llvm-svn: 269650
This commit is contained in:
parent
30771e251f
commit
0ed64737ef
@ -18788,7 +18788,6 @@ static SDValue LowerVectorCTLZInRegLUT(SDValue Op, SDLoc DL,
|
||||
const X86Subtarget &Subtarget,
|
||||
SelectionDAG &DAG) {
|
||||
MVT VT = Op.getSimpleValueType();
|
||||
MVT SVT = VT.getScalarType();
|
||||
int NumElts = VT.getVectorNumElements();
|
||||
int NumBytes = NumElts * (VT.getScalarSizeInBits() / 8);
|
||||
MVT CurrVT = MVT::getVectorVT(MVT::i8, NumBytes);
|
||||
|
Loading…
Reference in New Issue
Block a user