summaryrefslogtreecommitdiff
path: root/docs/TableGen/LangRef.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/TableGen/LangRef.rst')
-rw-r--r--docs/TableGen/LangRef.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/TableGen/LangRef.rst b/docs/TableGen/LangRef.rst
index 8fdf467ea7..4281998734 100644
--- a/docs/TableGen/LangRef.rst
+++ b/docs/TableGen/LangRef.rst
@@ -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