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 4cefbea commit 2b9751cCopy full SHA for 2b9751c
flang/lib/Lower/Bridge.cpp
@@ -1973,7 +1973,7 @@ class FirConverter : public Fortran::lower::AbstractConverter {
1973
llvm_unreachable("illegal reduction operator");
1974
}
1975
1976
- /// Collect DO CONCURRENT or FORALL loop control information.
+ /// Collect DO CONCURRENT loop control information.
1977
IncrementLoopNestInfo getConcurrentControl(
1978
const Fortran::parser::ConcurrentHeader &header,
1979
const std::list<Fortran::parser::LocalitySpec> &localityList = {}) {
0 commit comments