File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
mlir/include/mlir/Target/IRDLToCpp Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments