Skip to content

Commit 4cefbea

Browse files
committed
handle review comments
1 parent 837df80 commit 4cefbea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flang/lib/Lower/Bridge.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2339,7 +2339,7 @@ class FirConverter : public Fortran::lower::AbstractConverter {
23392339
llvm::zip_equal(incrementLoopNestInfo, nestLBs, nestUBs, nestSts)) {
23402340
// Structured loop - generate fir.do_loop.
23412341
if (info.isStructured()) {
2342-
if (info.isUnordered)
2342+
if (genDoConcurrent)
23432343
continue;
23442344

23452345
// The loop variable is a doLoop op argument.

0 commit comments

Comments
 (0)