Skip to content

Commit 1c3f18f

Browse files
committed
Remove leftover assertion
1 parent f15c43f commit 1c3f18f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

flang/lib/Lower/OpenMP/Utils.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -867,7 +867,6 @@ void collectLoopRelatedInfo(
867867

868868
// Collect the loops to collapse.
869869
lower::pft::Evaluation *doConstructEval = getNestedDoConstruct(eval);
870-
assert(doConstructEval && "Expected do loop to be in the nested evaluation");
871870
if (doConstructEval->getIf<parser::DoConstruct>()->IsDoConcurrent()) {
872871
TODO(currentLocation, "Do Concurrent in Worksharing loop construct");
873872
}

0 commit comments

Comments
 (0)