================
@@ -1452,10 +1454,14 @@ def MapInfoOp : OpenMP_Op<"map.info", 
[AttrSizedOperandSegments]> {
     - `var_type`: The type of the variable to copy.
     - `var_ptr_ptr`: Used when the variable copied is a member of a class, 
structure
       or derived type and refers to the originating struct.
-    - `members`:  Used to indicate mapped child members for the current 
MapInfoOp,
-       represented as other MapInfoOp's, utilised in cases where a parent 
structure
-       type and members of the structure type are being mapped at the same 
time.
+    - `members`: Used to indicate mapped child members for the current 
MapInfoOp, 
+       represented as other MapInfoOp's, utilised in cases where a parent 
structure 
+       type and members of the structure type are being mapped at the same 
time. 
----------------
skatrak wrote:

```suggestion
    - `members`: Used to indicate mapped child members for the current 
MapInfoOp,
       represented as other MapInfoOp's, utilised in cases where a parent 
structure
       type and members of the structure type are being mapped at the same time.
```

https://github.com/llvm/llvm-project/pull/82851
_______________________________________________
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

Reply via email to