Skip to content

Commit

Permalink
[mlir] DCE RegisteredOperationName::parseAssembly decl (llvm#121730)
Browse files Browse the repository at this point in the history
  • Loading branch information
makslevental authored Jan 6, 2025
1 parent fd6f8b3 commit 0c1cf75
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions mlir/include/mlir/IR/OperationSupport.h
Original file line number Diff line number Diff line change
Expand Up @@ -693,9 +693,6 @@ class RegisteredOperationName : public OperationName {
/// Return the dialect this operation is registered to.
Dialect &getDialect() const { return *getImpl()->getDialect(); }

/// Use the specified object to parse this ops custom assembly format.
ParseResult parseAssembly(OpAsmParser &parser, OperationState &result) const;

/// Represent the operation name as an opaque pointer. (Used to support
/// PointerLikeTypeTraits).
static RegisteredOperationName getFromOpaquePointer(const void *pointer) {
Expand Down

0 comments on commit 0c1cf75

Please sign in to comment.