[Mlir-commits] [mlir] 8cf674f - [mlir][ods] DialectAsmPrinter -> AsmPrinter in comments
llvmlistbot at llvm.org
llvmlistbot at llvm.org
Fri Nov 12 13:17:58 PST 2021
Author: Mogball
Date: 2021-11-12T21:17:50Z
New Revision: 8cf674f12e8b62607a79d2a069f2805558fc08fc
URL: https://github.com/llvm/llvm-project/commit/8cf674f12e8b62607a79d2a069f2805558fc08fc
DIFF: https://github.com/llvm/llvm-project/commit/8cf674f12e8b62607a79d2a069f2805558fc08fc.diff
LOG: [mlir][ods] DialectAsmPrinter -> AsmPrinter in comments
Added:
Modified:
mlir/include/mlir/IR/OpBase.td
Removed:
################################################################################
diff --git a/mlir/include/mlir/IR/OpBase.td b/mlir/include/mlir/IR/OpBase.td
index 47eb2311da0d..b234dbee8a11 100644
--- a/mlir/include/mlir/IR/OpBase.td
+++ b/mlir/include/mlir/IR/OpBase.td
@@ -3005,7 +3005,7 @@ class AttrOrTypeParameter<string type, string desc, string accessorType = ""> {
// be replaced with the required attribute type.
string parser = ?;
// The default parameter printer is `$_printer << $_self`. Overload the stream
- // operator of `DialectAsmPrinter` as necessary to print your type. Or you can
+ // operator of `AsmPrinter` as necessary to print your type. Or you can
// provide a custom printer.
string printer = ?;
}
More information about the Mlir-commits
mailing list