[NFC] Ignore unused var in no-asserts builds

This commit is contained in:
Jordan Rupprecht 2022-10-12 08:11:10 -07:00
parent 8727248b79
commit cbae57c0e1
1 changed files with 1 additions and 0 deletions

View File

@ -7198,6 +7198,7 @@ static T *performExtractsShuffleAction(
VMIt = std::next(VMIt);
}
bool IsBaseNotUndef = !IsBaseUndef.all();
(void)IsBaseNotUndef;
// Perform requested actions for the remaining masks/vectors.
for (auto E = ShuffleMask.end(); VMIt != E; ++VMIt) {
// Shuffle other input vectors, if any.