Skip to content

Commit 97f0b45

Browse files
Sterling-AugustineDanielCChen
authored andcommitted
Remove obsolete assert (llvm#112392)
1 parent 7e5e2e4 commit 97f0b45

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

llvm/include/llvm/Transforms/Vectorize/SandboxVectorizer/SeedCollector.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,6 @@ class SeedContainer {
236236
}
237237
// Iterators iterate over the bundles
238238
iterator &operator++() {
239-
assert(VecIdx >= 0 && "Already at end!");
240239
++VecIdx;
241240
if (VecIdx >= Vec->size()) {
242241
assert(MapIt != Map->end() && "Already at end!");

0 commit comments

Comments
 (0)