Skip to content
Snippets Groups Projects
Commit 826f21ab authored by Jan Hönig's avatar Jan Hönig
Browse files

Minor fix.

parent fa4f153e
Branches
Tags
No related merge requests found
Pipeline #37803 failed with stages
in 3 minutes and 27 seconds
......@@ -58,6 +58,7 @@ def simplify_loop_counter_dependent_conditional(conditional):
if condition_set.is_empty():
conditional.replace_by_false_block()
return
intersection = iteration_set.intersect(condition_set)
if intersection.is_empty():
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment