[Mlir-commits] [mlir] e02dd79 - [mlir] fix typo in OpDefinitions.md
Alex Zinenko
llvmlistbot at llvm.org
Wed Mar 10 05:44:14 PST 2021
Author: Alex Zinenko
Date: 2021-03-10T14:44:08+01:00
New Revision: e02dd790b1ed32723725d5402f9bf2c3593d2ad9
URL: https://github.com/llvm/llvm-project/commit/e02dd790b1ed32723725d5402f9bf2c3593d2ad9
DIFF: https://github.com/llvm/llvm-project/commit/e02dd790b1ed32723725d5402f9bf2c3593d2ad9.diff
LOG: [mlir] fix typo in OpDefinitions.md
Added:
Modified:
mlir/docs/OpDefinitions.md
Removed:
################################################################################
diff --git a/mlir/docs/OpDefinitions.md b/mlir/docs/OpDefinitions.md
index 10cd9365aeb0..4128543974b3 100644
--- a/mlir/docs/OpDefinitions.md
+++ b/mlir/docs/OpDefinitions.md
@@ -1400,7 +1400,7 @@ def IntegerType : Test_Type<"TestInteger"> {
// The parser is defined here also.
let parser = [{
- if (parser.parseLess())
+ if ($_parser.parseLess())
return Type();
int width;
if ($_parser.parseInteger(width))
More information about the Mlir-commits
mailing list