[OM] Whitespace cleanup in TD

Signed-off-by: Schuyler Eldridge <schuyler.eldridge@sifive.com>
This commit is contained in:
Schuyler Eldridge 2024-10-28 15:59:01 -04:00
parent 75ede8fd5a
commit b76a3629d2
No known key found for this signature in database
GPG Key ID: 50C5E9936AAD536D
1 changed files with 2 additions and 2 deletions

View File

@ -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;
@ -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";