Skip to content

Commit ecde8f5

Browse files
committed
format
1 parent 4165254 commit ecde8f5

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

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

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1626,10 +1626,8 @@ void OmpStructureChecker::CheckBarrierNesting(
16261626
void OmpStructureChecker::ChecksOnOrderedAsStandalone() {
16271627
if (FindClause(llvm::omp::Clause::OMPC_threads) ||
16281628
FindClause(llvm::omp::Clause::OMPC_simd)) {
1629-
context_.Say(
1630-
GetContext().clauseSource,
1631-
"THREADS, SIMD clauses are not allowed when ORDERED construct is a "
1632-
"standalone construct with no ORDERED region"_err_en_US);
1629+
context_.Say(GetContext().clauseSource,
1630+
"THREADS and SIMD clauses are not allowed when ORDERED construct is a standalone construct with no ORDERED region"_err_en_US);
16331631
}
16341632

16351633
int dependSinkCount{0}, dependSourceCount{0};

0 commit comments

Comments
 (0)