[llvm-commits] CVS: llvm-www/releases/1.2/docs/TableGenFundamentals.html
Tanya Brethour
tbrethou at cs.uiuc.edu
Mon Jun 21 22:06:01 PDT 2004
Changes in directory llvm-www/releases/1.2/docs:
TableGenFundamentals.html updated: 1.2 -> 1.3
---
Log message:
Fixed broken link to templateargs
---
Diffs of the changes: (+2 -2)
Index: llvm-www/releases/1.2/docs/TableGenFundamentals.html
diff -u llvm-www/releases/1.2/docs/TableGenFundamentals.html:1.2 llvm-www/releases/1.2/docs/TableGenFundamentals.html:1.3
--- llvm-www/releases/1.2/docs/TableGenFundamentals.html:1.2 Fri Mar 19 16:04:17 2004
+++ llvm-www/releases/1.2/docs/TableGenFundamentals.html Mon Jun 21 21:58:29 2004
@@ -384,7 +384,7 @@
(collectively known as 'records') in TableGen are the main high-level unit of
information that TableGen collects. Records are defined with a <tt>def</tt> or
<tt>class</tt> keyword, the record name, and an optional list of "<a
-href="templateargs">template arguments</a>". If the record has superclasses,
+href="#templateargs">template arguments</a>". If the record has superclasses,
they are specified as a comma seperated list that starts with a colon character
(":"). If <a href="#valuedef">value definitions</a> or <a href="#recordlet">let
expressions</a> are needed for the class, they are enclosed in curly braces
@@ -646,7 +646,7 @@
<address><a href="mailto:sabre at nondot.org">Chris Lattner</a></address>
<a href="http://llvm.cs.uiuc.edu">The LLVM Compiler Infrastructure</a>
<br>
- Last modified: $Date: 2004/03/19 22:04:17 $
+ Last modified: $Date: 2004/06/22 02:58:29 $
</div>
</body>
More information about the llvm-commits
mailing list