Skip to content

Commit f3ab107

Browse files
committed
same as previous commit
1 parent 6379ca1 commit f3ab107

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flang/lib/Semantics/check-omp-structure.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3047,7 +3047,7 @@ void OmpStructureChecker::CheckReductionModifier(
30473047
// "Task" is only allowed on worksharing or "parallel" directive.
30483048
static llvm::omp::Directive worksharing[]{
30493049
llvm::omp::Directive::OMPD_do, //
3050-
llvm::omp::Directive::OMPD_scope,
3050+
llvm::omp::Directive::OMPD_scope, //
30513051
llvm::omp::Directive::OMPD_sections,
30523052
// There are more worksharing directives, but they do not apply:
30533053
// "for" is C++ only,

0 commit comments

Comments
 (0)