summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSean Silva <silvas@purdue.edu>2013-01-09 02:20:24 +0000
committerSean Silva <silvas@purdue.edu>2013-01-09 02:20:24 +0000
commitdce94d3bd2a417b7954825ac381fd46bade20980 (patch)
treecb1a0ca1ccac72551999e8d9cfda6c472fefbd51
parentec94b61745e304e2894b812f8ca9c03a35a3f5ea (diff)
downloadbcm5719-llvm-dce94d3bd2a417b7954825ac381fd46bade20980.tar.gz
bcm5719-llvm-dce94d3bd2a417b7954825ac381fd46bade20980.zip
docs: Fix mention of DefmID to MultiClassID.
llvm-svn: 171940
-rw-r--r--llvm/docs/TableGen/LangRef.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/docs/TableGen/LangRef.rst b/llvm/docs/TableGen/LangRef.rst
index 8fdf467ea72..42819987349 100644
--- a/llvm/docs/TableGen/LangRef.rst
+++ b/llvm/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
OpenPOWER on IntegriCloud