Skip to content

Commit 4cb2853

Browse files
committed
[NFC] Update comments.
1 parent 1446f96 commit 4cb2853

File tree

1 file changed

+2
-2
lines changed
  • flang/include/flang/Optimizer/Transforms

1 file changed

+2
-2
lines changed

flang/include/flang/Optimizer/Transforms/Passes.td

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,8 @@ def FIRToSCFPass : Pass<"fir-to-scf"> {
8787
];
8888
let options = [Option<"parallelUnordered", "parallel-unordered", "bool",
8989
/*default=*/"false",
90-
"Whether to convert `fir.do_loop` with the unordered "
91-
"attribute to `scf.parallel`. Defaults to false.">];
90+
"Allow converting a fir.do_loop with the `unordered` "
91+
"attribute to scf.parallel (experimental).">];
9292
}
9393

9494
def AnnotateConstantOperands : Pass<"annotate-constant"> {

0 commit comments

Comments
 (0)