Skip to content

Commit

Permalink
Fix description
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardt committed Aug 20, 2024
1 parent 34619f9 commit 6fe093d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/circt/Dialect/OM/OMOpInterfaces.td
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def ClassFieldsLike : OpInterface<"ClassFieldsLike"> {
let methods = [
InterfaceMethod<"Get the class-like field to type map",
"std::optional<mlir::Type>", "getFieldType", (ins "mlir::StringAttr":$name)>,
InterfaceMethod<"Get the class-like field to type map",
InterfaceMethod<"Print class fields like",
"void", "printClassFieldsLike", (ins "mlir::OpAsmPrinter &":$printer,
"llvm::SmallVector<mlir::Value>":$operands),
/*methodBody=*/[{}],
Expand Down

0 comments on commit 6fe093d

Please sign in to comment.