Skip to content

Commit e980d88

Browse files
committed
fixed comments
1 parent d99bc6a commit e980d88

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

mlir/include/mlir/Target/IRDLToCpp/IRDLToCpp.h

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//===- TranslationRegistration.h - Register translation ---------*- C++ -*-===//
1+
//===- IRDLToCpp.h - Register translation -----------------------*- C++ -*-===//
22
//
33
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
44
// See https://llvm.org/LICENSE.txt for license information.
@@ -21,8 +21,7 @@ namespace irdl {
2121
/// Translates an IRDL dialect definition to a C++ definition that can be used
2222
/// with MLIR.
2323
///
24-
/// As with TableGen declarations, the following preprocessor macros will
25-
/// generate the corresponding code:
24+
/// The following preprocessor macros will generate the following code:
2625
///
2726
/// // This define generates code for the dialect's class declarations
2827
/// #define GEN_DIALECT_DECL_HEADER

0 commit comments

Comments
 (0)