[mlir] fix typo in OpDefinitions.md

This commit is contained in:
Alex Zinenko 2021-03-10 14:43:51 +01:00
parent 7044f1d875
commit e02dd790b1
1 changed files with 1 additions and 1 deletions

View File

@ -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))