Skip to content

Commit 3d5b283

Browse files
committed
handle review comments
1 parent b9ac977 commit 3d5b283

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
@@ -2363,7 +2363,7 @@ class FirConverter : public Fortran::lower::AbstractConverter {
23632363
llvm::zip_equal(incrementLoopNestInfo, nestLBs, nestUBs, nestSts)) {
23642364
// Structured loop - generate fir.do_loop.
23652365
if (info.isStructured()) {
2366-
if (info.isUnordered)
2366+
if (genDoConcurrent)
23672367
continue;
23682368

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

0 commit comments

Comments
 (0)