Skip to content

Commit a33ba2b

Browse files
zzz00yxjoker-eph
authored andcommitted
[mlir][doc] Fix typos in mlir/docs/LangRef.md
It fixes some typos in the language reference. Reviewed By: mehdi_amini Differential Revision: https://reviews.llvm.org/D150046
1 parent b83aa8b commit a33ba2b

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

mlir/docs/LangRef.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -287,20 +287,20 @@ GPUs), and are required to align with the LLVM definition of these intrinsics.
287287
Syntax:
288288

289289
```
290-
operation ::= op-result-list? (generic-operation | custom-operation)
291-
trailing-location?
292-
generic-operation ::= string-literal `(` value-use-list? `)` successor-list?
293-
dictionary-properties? region-list? dictionary-attribute?
294-
`:` function-type
295-
custom-operation ::= bare-id custom-operation-format
296-
op-result-list ::= op-result (`,` op-result)* `=`
297-
op-result ::= value-id (`:` integer-literal)
298-
successor-list ::= `[` successor (`,` successor)* `]`
299-
successor ::= caret-id (`:` block-arg-list)?
300-
dictionary-propertes ::= `<` dictionary-attribute `>`
301-
region-list ::= `(` region (`,` region)* `)`
302-
dictionary-attribute ::= `{` (attribute-entry (`,` attribute-entry)*)? `}`
303-
trailing-location ::= (`loc` `(` location `)`)?
290+
operation ::= op-result-list? (generic-operation | custom-operation)
291+
trailing-location?
292+
generic-operation ::= string-literal `(` value-use-list? `)` successor-list?
293+
dictionary-properties? region-list? dictionary-attribute?
294+
`:` function-type
295+
custom-operation ::= bare-id custom-operation-format
296+
op-result-list ::= op-result (`,` op-result)* `=`
297+
op-result ::= value-id (`:` integer-literal)
298+
successor-list ::= `[` successor (`,` successor)* `]`
299+
successor ::= caret-id (`:` block-arg-list)?
300+
dictionary-properties ::= `<` dictionary-attribute `>`
301+
region-list ::= `(` region (`,` region)* `)`
302+
dictionary-attribute ::= `{` (attribute-entry (`,` attribute-entry)*)? `}`
303+
trailing-location ::= (`loc` `(` location `)`)?
304304
```
305305

306306
MLIR introduces a uniform concept called *operations* to enable describing many

0 commit comments

Comments
 (0)