[llvm-commits] [llvm] r171940 - /llvm/trunk/docs/TableGen/LangRef.rst

Sean Silva silvas at purdue.edu
Tue Jan 8 18:20:24 PST 2013


Author: silvas
Date: Tue Jan  8 20:20:24 2013
New Revision: 171940

URL: http://llvm.org/viewvc/llvm-project?rev=171940&view=rev
Log:
docs: Fix mention of DefmID to MultiClassID.

Modified:
    llvm/trunk/docs/TableGen/LangRef.rst

Modified: llvm/trunk/docs/TableGen/LangRef.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/TableGen/LangRef.rst?rev=171940&r1=171939&r2=171940&view=diff
==============================================================================
--- llvm/trunk/docs/TableGen/LangRef.rst (original)
+++ llvm/trunk/docs/TableGen/LangRef.rst Tue Jan  8 20:20:24 2013
@@ -293,12 +293,12 @@
    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
 





More information about the llvm-commits mailing list