[LoopVectorizationLegality] Drop unused variable (NFC)
This commit is contained in:
parent
20741c74c5
commit
1ed8b29302
@ -1168,7 +1168,6 @@ bool LoopVectorizationLegality::canVectorizeWithIfConvert() {
|
||||
}
|
||||
|
||||
// Collect the blocks that need predication.
|
||||
BasicBlock *Header = TheLoop->getHeader();
|
||||
for (BasicBlock *BB : TheLoop->blocks()) {
|
||||
// We don't support switch statements inside loops.
|
||||
if (!isa<BranchInst>(BB->getTerminator())) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user