Skip to content

Commit

Permalink
[OM] Whitespace cleanup in TD
Browse files Browse the repository at this point in the history
Signed-off-by: Schuyler Eldridge <[email protected]>
  • Loading branch information
seldridge committed Oct 28, 2024
1 parent 75ede8f commit b76a362
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/circt/Dialect/OM/OMOps.td
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ def ClassFieldsOp : OMOp<"class.fields", [Terminator, ReturnLike, Pure,
def ClassExternOp : OMClassLike<"class.extern", [NoTerminator]> {
let extraClassDeclaration = [{
mlir::Block *getBodyBlock() { return &getBody().front(); }

// Implement RegionKindInterface.
static mlir::RegionKind getRegionKind(unsigned index) {
return mlir::RegionKind::Graph;
Expand Down Expand Up @@ -354,7 +354,7 @@ def MapCreateOp : OMOp<"map_create", [Pure, SameTypeOperands]> {
let hasCustomAssemblyFormat = true;
}

def BasePathCreateOp : OMOp<"basepath_create", [Pure,
def BasePathCreateOp : OMOp<"basepath_create", [Pure,
DeclareOpInterfaceMethods<SymbolUserOpInterface>
]> {
let summary = "Produce a base path value";
Expand Down

0 comments on commit b76a362

Please sign in to comment.