Skip to content

Commit

Permalink
Fixed unused variable warning
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@269650 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
RKSimon committed May 16, 2016
1 parent cd0de76 commit b2f8226
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/Target/X86/X86ISelLowering.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit b2f8226

Please sign in to comment.