Skip to content

Commit 96ad495

Browse files
committed
[SLP] vectorizeChainsInBlock - remove superfluous continue at the end of for loop. NFC.
1 parent 4a10b4c commit 96ad495

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19149,7 +19149,6 @@ bool SLPVectorizerPass::vectorizeChainsInBlock(BasicBlock *BB, BoUpSLP &R) {
1914919149
}
1915019150
// Undefs come last.
1915119151
assert(U1 && U2 && "The only thing left should be undef & undef.");
19152-
continue;
1915319152
}
1915419153
return false;
1915519154
};

0 commit comments

Comments
 (0)