diff options
Diffstat (limited to 'mlir/docs/Tutorials/CreatingADialect.md')
-rw-r--r-- | mlir/docs/Tutorials/CreatingADialect.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mlir/docs/Tutorials/CreatingADialect.md b/mlir/docs/Tutorials/CreatingADialect.md index af709fc..e30b80bc 100644 --- a/mlir/docs/Tutorials/CreatingADialect.md +++ b/mlir/docs/Tutorials/CreatingADialect.md @@ -22,7 +22,7 @@ typically defined in FooDialect.cpp, which includes FooOps.cpp.inc and FooOpsInterfaces.h.inc. The 'Transforms' directory contains rewrite rules for the dialect, -typically described in TableGen file using the [DDR +typically described in TableGen file using the [DRR format](../DeclarativeRewrites.md). Note that dialect names should not generally be suffixed with “Ops”, |