mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-12-04 20:20:54 +00:00
Fix unused variable warning after r344348
llvm-svn: 344350
This commit is contained in:
parent
b8339c0167
commit
55ab86b72b
@ -25024,6 +25024,7 @@ static SDValue LowerVectorCTPOPInRegLUT(SDValue Op, const SDLoc &DL,
|
||||
MVT VT = Op.getSimpleValueType();
|
||||
MVT EltVT = VT.getVectorElementType();
|
||||
int NumElts = VT.getVectorNumElements();
|
||||
(void)EltVT;
|
||||
assert(EltVT == MVT::i8 && "Only vXi8 vector CTPOP lowering supported.");
|
||||
|
||||
// Implement a lookup table in register by using an algorithm based on:
|
||||
|
Loading…
Reference in New Issue
Block a user