File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
mlir/lib/Target/LLVMIR/Dialect/OpenMP Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -1779,10 +1779,9 @@ class TaskContextStructManager {
17791779 privateDecls{privateDecls} {}
17801780
17811781 // / Creates a heap allocated struct containing space for each private
1782- // / variable. Returns nullptr if there are is no struct needed. Invariant:
1783- // / privateVarTypes, privateDecls, and the elements of the structure should
1784- // / all have the same order (although privateDecls which do not read from the
1785- // / mold argument are skipped).
1782+ // / variable. Invariant: privateVarTypes, privateDecls, and the elements of
1783+ // / the structure should all have the same order (although privateDecls which
1784+ // / do not read from the mold argument are skipped).
17861785 void generateTaskContextStruct ();
17871786
17881787 // / Create GEPs to access each member of the structure representing a private
You can’t perform that action at this time.
0 commit comments