We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91ad25d commit f1061b4Copy full SHA for f1061b4
flang/lib/Lower/Bridge.cpp
@@ -97,8 +97,8 @@ struct IncrementLoopInfo {
97
bool isConcurrent = false)
98
: loopVariableSym{&sym}, lowerExpr{Fortran::semantics::GetExpr(lower)},
99
upperExpr{Fortran::semantics::GetExpr(upper)},
100
- stepExpr{Fortran::semantics::GetExpr(step)}, isConcurrent{
101
- isConcurrent} {}
+ stepExpr{Fortran::semantics::GetExpr(step)},
+ isConcurrent{isConcurrent} {}
102
103
IncrementLoopInfo(IncrementLoopInfo &&) = default;
104
IncrementLoopInfo &operator=(IncrementLoopInfo &&x) = default;
0 commit comments