forked from OSchip/llvm-project
[mlir] fix typo in OpDefinitions.md
This commit is contained in:
parent
7044f1d875
commit
e02dd790b1
|
@ -1400,7 +1400,7 @@ def IntegerType : Test_Type<"TestInteger"> {
|
||||||
|
|
||||||
// The parser is defined here also.
|
// The parser is defined here also.
|
||||||
let parser = [{
|
let parser = [{
|
||||||
if (parser.parseLess())
|
if ($_parser.parseLess())
|
||||||
return Type();
|
return Type();
|
||||||
int width;
|
int width;
|
||||||
if ($_parser.parseInteger(width))
|
if ($_parser.parseInteger(width))
|
||||||
|
|
Loading…
Reference in New Issue