[Mlir-commits] [mlir] b83361b - Minor fixes to Type ODS docs.
Sean Silva
llvmlistbot at llvm.org
Wed Feb 10 15:24:16 PST 2021
Author: Sean Silva
Date: 2021-02-10T15:22:59-08:00
New Revision: b83361b82bfe58cab6069c40b40641d7e39011a9
URL: https://github.com/llvm/llvm-project/commit/b83361b82bfe58cab6069c40b40641d7e39011a9
DIFF: https://github.com/llvm/llvm-project/commit/b83361b82bfe58cab6069c40b40641d7e39011a9.diff
LOG: Minor fixes to Type ODS docs.
Differential Revision: https://reviews.llvm.org/D96391
Added:
Modified:
mlir/docs/OpDefinitions.md
Removed:
################################################################################
diff --git a/mlir/docs/OpDefinitions.md b/mlir/docs/OpDefinitions.md
index 07d79e0da918..d4dbf226c425 100644
--- a/mlir/docs/OpDefinitions.md
+++ b/mlir/docs/OpDefinitions.md
@@ -1407,8 +1407,9 @@ def IntegerType : Test_Type<"TestInteger"> {
return Type();
if ($_parser.parseGreater())
return Type();
- return get(ctxt, width);
+ return get($_ctxt, width);
}];
+}
```
### Type name
More information about the Mlir-commits
mailing list