Skip to content

Commit 8d0651f

Browse files
committed
Fix message
1 parent c5b5369 commit 8d0651f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

flang/lib/Optimizer/OpenMP/LowerWorkshare.cpp

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -466,8 +466,9 @@ LogicalResult lowerWorkshare(mlir::omp::WorkshareOp wsOp, DominanceInfo &di) {
466466
} else {
467467
// Otherwise just change the operation to an omp.single.
468468

469-
wsOp->emitWarning("omp workshare with unstructured control flow currently "
470-
"unsupported and will be serialized.");
469+
wsOp->emitWarning(
470+
"omp workshare with unstructured control flow is currently "
471+
"unsupported and will be serialized.");
471472

472473
// `shouldUseWorkshareLowering` should have guaranteed that there are no
473474
// omp.workshare_loop_wrapper's that bind to this omp.workshare.

0 commit comments

Comments
 (0)