Skip to content

Commit 47a1762

Browse files
committed
Rebase and address build failure because of rebase. Removed dangling
builder in the allocate_dir op definition.
1 parent 7c6daf9 commit 47a1762

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2110,10 +2110,6 @@ def AllocateDirOp : OpenMP_Op<"allocate_dir", clauses = [
21102110
clausesOptAssemblyFormat #
21112111
") attr-dict ";
21122112

2113-
let builders = [
2114-
OpBuilder<(ins CArg<"const AllocateDirOperands &">:$clauses)>
2115-
];
2116-
21172113
let hasVerifier = 1;
21182114
}
21192115

0 commit comments

Comments
 (0)