Remove unused variable

llvm-svn: 302226
This commit is contained in:
Simon Pilgrim 2017-05-05 11:55:38 +00:00
parent 38c2059aec
commit 73b88d5183
1 changed files with 0 additions and 1 deletions

View File

@ -23086,7 +23086,6 @@ static SDValue LowerBITREVERSE_XOP(SDValue Op, SelectionDAG &DAG) {
DAG.getIntPtrConstant(0, DL));
}
MVT SVT = VT.getVectorElementType();
int NumElts = VT.getVectorNumElements();
int ScalarSizeInBytes = VT.getScalarSizeInBits() / 8;