Skip to content

Commit

Permalink
[CIR][NFC] Fix formatting (#1105)
Browse files Browse the repository at this point in the history
This got misaligned after the namespace changes.
  • Loading branch information
smeenai authored and ghehg committed Nov 12, 2024
1 parent ab0d0c8 commit 24fc146
Show file tree
Hide file tree
Showing 2 changed files with 157 additions and 157 deletions.
2 changes: 1 addition & 1 deletion clang/include/clang/CIR/Dialect/IR/CIRDialect.td
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def CIR_Dialect : Dialect {
void printType(mlir::Type type, mlir::DialectAsmPrinter &printer) const override;

mlir::Attribute parseAttribute(mlir::DialectAsmParser &parser,
mlir::Type type) const override;
mlir::Type type) const override;

void printAttribute(mlir::Attribute attr, mlir::DialectAsmPrinter &os) const override;
}];
Expand Down
Loading

0 comments on commit 24fc146

Please sign in to comment.