mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-27 14:34:58 +00:00
docs: Fix mention of DefmID to MultiClassID.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@171940 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
7be9021754
commit
d155ffc03f
@ -293,12 +293,12 @@ Bodies
|
|||||||
ObjectBody: `BaseClassList` `Body`
|
ObjectBody: `BaseClassList` `Body`
|
||||||
BaseClassList: [`BaseClassListNE`]
|
BaseClassList: [`BaseClassListNE`]
|
||||||
BaseClassListNE: `SubClassRef` ("," `SubClassRef`)*
|
BaseClassListNE: `SubClassRef` ("," `SubClassRef`)*
|
||||||
SubClassRef: (`ClassID` | `DefmID`) ["<" `ValueList` ">"]
|
SubClassRef: (`ClassID` | `MultiClassID`) ["<" `ValueList` ">"]
|
||||||
DefmID: `TokIdentifier`
|
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``.
|
: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
|
.. put this somewhere else
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user