Skip to content

Commit fb858b4

Browse files
Remove obsolete assert (#112392)
1 parent bfe84f7 commit fb858b4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

-1
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)