summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLei Zhang <antiagainst@google.com>2019-11-12 09:25:41 -0800
committerA. Unique TensorFlower <gardener@tensorflow.org>2019-11-12 09:26:08 -0800
commit0e2affdf5946ef457809fb7afcb16547388c58b9 (patch)
tree01035fc49d1d1dc80af7c84ab226cd648f9fb0e2
parent51de3f688ea99d55dd1ed69706d2e055f231e4fb (diff)
downloadbcm5719-llvm-0e2affdf5946ef457809fb7afcb16547388c58b9.tar.gz
bcm5719-llvm-0e2affdf5946ef457809fb7afcb16547388c58b9.zip
Update outdated comment for NativeCodeCall
PiperOrigin-RevId: 279986050
-rw-r--r--mlir/include/mlir/IR/OpBase.td4
1 files changed, 2 insertions, 2 deletions
diff --git a/mlir/include/mlir/IR/OpBase.td b/mlir/include/mlir/IR/OpBase.td
index 2f675608dd2..32f880df3ee 100644
--- a/mlir/include/mlir/IR/OpBase.td
+++ b/mlir/include/mlir/IR/OpBase.td
@@ -1807,8 +1807,8 @@ class Pat<dag pattern, dag result, list<dag> preds = [],
//
// * `$_builder` will be replaced by the current `mlir::PatternRewriter`.
// * `$_self` will be replaced with the entity this transformer is attached to.
-// E.g., with the definition `def transform : tAttr<$_self...>`, `$_self` in
-// `transform:$attr` will be replaced by the value for `$att`.
+// E.g., with the definition `def transform : NativeCodeCall<"$_self...">`,
+// `$_self` in `transform:$attr` will be replaced by the value for `$attr`.
//
// If used as a DAG node, i.e., `(NativeCodeCall<"..."> <arg0>, ..., <argN>)`,
// then positional placeholders are also supported; placeholder `$N` in the
OpenPOWER on IntegriCloud