mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 20:51:52 +01:00
docs: Fix mention of DefmID to MultiClassID.
llvm-svn: 171940
This commit is contained in:
parent
24c4e27e37
commit
719c1e325e
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user