Skip to content

Commit c54064d

Browse files
[mlir][OpenMP][NFC] - Minor fix in OpenMP ops documentation (#83598)
This patch is a minor formatting fix in the OpenMP ops documentation wherein the examples section in ``omp.private`` was breaking out into a top level list item.
1 parent 07f8efa commit c54064d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlir/include/mlir/Dialect/OpenMP/OpenMPOps.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ def PrivateClauseOp : OpenMP_Op<"private", [IsolatedFromAbove]> {
162162
and how to initialize the copy from the original item in the copy region.
163163

164164
Examples:
165-
---------
165+
166166
* `private(x)` would be emitted as:
167167
```mlir
168168
omp.private {type = private} @x.privatizer : !fir.ref<i32> alloc {

0 commit comments

Comments
 (0)