Skip to content

Commit 65397b6

Browse files
Fix the description of openmp-task-based-target pass
1 parent d353d9d commit 65397b6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

mlir/include/mlir/Dialect/OpenMP/Passes.td

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,11 @@ def OpenMPTaskBasedTarget : Pass<"openmp-task-based-target", "func::FuncOp"> {
4242
"test.foobar"() : ()->()
4343
omp.terminator
4444
}
45+
omp.terminator
4546
}
4647
```
4748
The intent is to make it easier to translate to LLVMIR by avoiding the
48-
creation of such tasks in the OMPIRBuilder
49+
creation of such tasks in the OMPIRBuilder.
4950
}];
5051

5152
let dependentDialects = ["omp::OpenMPDialect"];

0 commit comments

Comments
 (0)