forked from OSchip/llvm-project
[LV] Silence unused variable warning in Release builds. NFC.
This commit is contained in:
parent
cfd8498401
commit
498856fca5
|
@ -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…
Reference in New Issue