Skip to content

Commit ccc8ef6

Browse files
maksleventalpaulhuggett
authored andcommitted
[mlir] DCE RegisteredOperationName::parseAssembly decl (llvm#121730)
1 parent a002bef commit ccc8ef6

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

mlir/include/mlir/IR/OperationSupport.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -693,9 +693,6 @@ class RegisteredOperationName : public OperationName {
693693
/// Return the dialect this operation is registered to.
694694
Dialect &getDialect() const { return *getImpl()->getDialect(); }
695695

696-
/// Use the specified object to parse this ops custom assembly format.
697-
ParseResult parseAssembly(OpAsmParser &parser, OperationState &result) const;
698-
699696
/// Represent the operation name as an opaque pointer. (Used to support
700697
/// PointerLikeTypeTraits).
701698
static RegisteredOperationName getFromOpaquePointer(const void *pointer) {

0 commit comments

Comments
 (0)