1
0
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:
Simon Pilgrim 2016-05-16 11:48:54 +00:00
parent 30771e251f
commit 0ed64737ef

View File

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