Skip to content

Commit deb6d22

Browse files
authored
[mlir][emitc] DCE unimplemented decls
There are no implementations for these methods. This causes linker errors in certain build configurations
1 parent 39e8953 commit deb6d22

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)