forked from OSchip/llvm-project
[NFC] Ignore unused var in no-asserts builds
This commit is contained in:
parent
8727248b79
commit
cbae57c0e1
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue