summaryrefslogtreecommitdiff
path: root/docs/TableGen
diff options
context:
space:
mode:
Diffstat (limited to 'docs/TableGen')
-rw-r--r--docs/TableGen/LangRef.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/TableGen/LangRef.rst b/docs/TableGen/LangRef.rst
index 0be0681482..c9e1efba03 100644
--- a/docs/TableGen/LangRef.rst
+++ b/docs/TableGen/LangRef.rst
@@ -343,7 +343,7 @@ a ``foreach``.
--------
.. productionlist::
- Defm: "defm" `TokIdentifier` ":" `BaseClassList` ";"
+ Defm: "defm" `TokIdentifier` ":" `BaseClassListNE` ";"
Note that in the :token:`BaseClassList`, all of the ``multiclass``'s must
precede any ``class``'s that appear.