From a5b11f40f8da824435d43d2332ac8870c1386868 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Markus=20B=C3=B6ck?= Date: Wed, 17 Aug 2022 20:14:31 +0200 Subject: [PATCH] [mlir] Fix stale comment about how to use `VariadicOfVariadic` The kind of attribute required has changed in 58a47508f03546b4fce668fad751102b94feacfd but the comment was not updated to reflect it. --- mlir/include/mlir/IR/OpBase.td | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mlir/include/mlir/IR/OpBase.td b/mlir/include/mlir/IR/OpBase.td index 7a4606d..4047440 100644 --- a/mlir/include/mlir/IR/OpBase.td +++ b/mlir/include/mlir/IR/OpBase.td @@ -297,7 +297,7 @@ class Variadic : TypeConstraint : Variadic { -- 2.7.4