Skip to content

Commit

Permalink
docs: Fix mention of DefmID to MultiClassID.
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@171940 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
chisophugis committed Jan 9, 2013
1 parent 7be9021 commit d155ffc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/TableGen/LangRef.rst
Original file line number Diff line number Diff line change
Expand Up @@ -293,12 +293,12 @@ Bodies
ObjectBody: `BaseClassList` `Body`
BaseClassList: [`BaseClassListNE`]
BaseClassListNE: `SubClassRef` ("," `SubClassRef`)*
SubClassRef: (`ClassID` | `DefmID`) ["<" `ValueList` ">"]
SubClassRef: (`ClassID` | `MultiClassID`) ["<" `ValueList` ">"]
DefmID: `TokIdentifier`

The version with the :token:`DefmID` is only valid in the
The version with the :token:`MultiClassID` is only valid in the
:token:`BaseClassList` of a ``defm``.
The :token:`DefmID` should be the name of a ``multiclass``.
The :token:`MultiClassID` should be the name of a ``multiclass``.

.. put this somewhere else
Expand Down

0 comments on commit d155ffc

Please sign in to comment.