Skip to content

Commit 4a6fcc1

Browse files
authored
[mlir][emitc] DCE unimplemented decls (#121253)
1 parent 088d636 commit 4a6fcc1

File tree

1 file changed

+0
-2
lines changed
  • mlir/include/mlir/Dialect/EmitC/IR

1 file changed

+0
-2
lines changed

mlir/include/mlir/Dialect/EmitC/IR/EmitC.td

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1305,8 +1305,6 @@ def EmitC_IfOp : EmitC_Op<"if",
13051305
Block* body = getBody(1);
13061306
return OpBuilder::atBlockEnd(body, listener);
13071307
}
1308-
Block* thenBlock();
1309-
Block* elseBlock();
13101308
}];
13111309
let hasCustomAssemblyFormat = 1;
13121310
}

0 commit comments

Comments
 (0)