1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 02:52:53 +02:00

docs: Fix mention of DefmID to MultiClassID.

llvm-svn: 171940
This commit is contained in:
Sean Silva 2013-01-09 02:20:24 +00:00
parent 24c4e27e37
commit 719c1e325e

View File

@ -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