From d14a0292220e158dd55d670fd007c08e771c294e Mon Sep 17 00:00:00 2001 From: "Oleksandr \"Alex\" Zinenko" Date: Wed, 5 Oct 2022 14:33:47 +0200 Subject: [PATCH] [mlir] tweak declarative assembly doc Change the formal argument of the `functional-type` directive from "results" to "outputs" to avoid confusion with the `results` directive. --- mlir/docs/OpDefinitions.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mlir/docs/OpDefinitions.md b/mlir/docs/OpDefinitions.md index 754fb64..88dac15 100644 --- a/mlir/docs/OpDefinitions.md +++ b/mlir/docs/OpDefinitions.md @@ -651,11 +651,11 @@ The available directives are as follows: - See the [Custom Directives](#custom-directives) section below for more details. -* `functional-type` ( inputs , results ) +* `functional-type` ( inputs , outputs ) - - Formats the `inputs` and `results` arguments as a + - Formats the `inputs` and `outputs` arguments as a [function type](Dialects/Builtin.md/#functiontype). - - The constraints on `inputs` and `results` are the same as the `input` of + - The constraints on `inputs` and `outputs` are the same as the `input` of the `type` directive. * `oilist` ( \`keyword\` elements | \`otherKeyword\` elements ...) -- 2.7.4