Skip to content
Snippets Groups Projects
Commit 6868ac4c authored by Sean Silva's avatar Sean Silva
Browse files

[docs] Add missing colon to TableGen grammar.

Spotted by Eli Bendersky.

llvm-svn: 174143
parent 4fe440d4
No related branches found
No related tags found
No related merge requests found
......@@ -298,7 +298,7 @@ Bodies
.. productionlist::
ObjectBody: `BaseClassList` `Body`
BaseClassList: [`BaseClassListNE`]
BaseClassList: [":" `BaseClassListNE`]
BaseClassListNE: `SubClassRef` ("," `SubClassRef`)*
SubClassRef: (`ClassID` | `MultiClassID`) ["<" `ValueList` ">"]
DefmID: `TokIdentifier`
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment