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 8e081d2 commit 765c061Copy full SHA for 765c061
flang/lib/Lower/Bridge.cpp
@@ -1980,7 +1980,7 @@ class FirConverter : public Fortran::lower::AbstractConverter {
1980
llvm_unreachable("illegal reduction operator");
1981
}
1982
1983
- /// Collect DO CONCURRENT or FORALL loop control information.
+ /// Collect DO CONCURRENT loop control information.
1984
IncrementLoopNestInfo getConcurrentControl(
1985
const Fortran::parser::ConcurrentHeader &header,
1986
const std::list<Fortran::parser::LocalitySpec> &localityList = {}) {
0 commit comments