mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 20:51:52 +01:00
[LV] Silence unused variable warning in Release builds. NFC.
This commit is contained in:
parent
c2705a1490
commit
efd24c2cae
@ -2388,6 +2388,7 @@ void InnerLoopVectorizer::vectorizeMemoryInstruction(Instruction *Instr,
|
||||
// gather/scatter. Otherwise Decision should have been to Scalarize.
|
||||
assert((ConsecutiveStride || CreateGatherScatter) &&
|
||||
"The instruction should be scalarized");
|
||||
(void)ConsecutiveStride;
|
||||
|
||||
VectorParts BlockInMaskParts(UF);
|
||||
bool isMaskRequired = BlockInMask;
|
||||
|
Loading…
x
Reference in New Issue
Block a user