Skip to content

Commit

Permalink
[mlir][emitc] DCE unimplemented decls (llvm#121253)
Browse files Browse the repository at this point in the history
  • Loading branch information
makslevental authored and sunshaoce committed Dec 30, 2024
1 parent 14a450c commit 748a7fc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions mlir/include/mlir/Dialect/EmitC/IR/EmitC.td
Original file line number Diff line number Diff line change
Expand Up @@ -1305,8 +1305,6 @@ def EmitC_IfOp : EmitC_Op<"if",
Block* body = getBody(1);
return OpBuilder::atBlockEnd(body, listener);
}
Block* thenBlock();
Block* elseBlock();
}];
let hasCustomAssemblyFormat = 1;
}
Expand Down

0 comments on commit 748a7fc

Please sign in to comment.