Skip to content

Commit c006a1f

Browse files
committed
cleanup
1 parent fd30503 commit c006a1f

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

mlir/include/mlir/Dialect/MPI/IR/MPIOps.td

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -310,13 +310,6 @@ def MPI_Barrier : MPI_Op<"barrier", []> {
310310

311311
let results = (outs Optional<MPI_Retval>:$retval);
312312

313-
// TODO fix assembly format
314-
// let assemblyFormat = "("
315-
// "(attr-dict) ^"
316-
// "(attr-dict `:` type($retval)) ^"
317-
// "(`(` $comm `)` attr-dict `:` type($comm)) ^"
318-
// "(`(` $comm `)` attr-dict `:` type($comm) `->` type($retval))"
319-
// ")?";
320313
let assemblyFormat = [{
321314
`(` $comm `)` attr-dict
322315
(`->` type($retval)^)?

0 commit comments

Comments
 (0)