summaryrefslogtreecommitdiff
path: root/docs/TableGen
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
commitd155ffc03fd744c8b1c67b0a913c55d6e42044c8 (patch)
tree5774eb1f2d04affdc3dbe1e56421504de6737a3f /docs/TableGen
parent7be9021754559956f7a079d6063b58a36e5bf2fb (diff)
downloadllvm-d155ffc03fd744c8b1c67b0a913c55d6e42044c8.tar.gz
llvm-d155ffc03fd744c8b1c67b0a913c55d6e42044c8.tar.bz2
llvm-d155ffc03fd744c8b1c67b0a913c55d6e42044c8.tar.xz
docs: Fix mention of DefmID to MultiClassID.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@171940 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/TableGen')
-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