[llvm-commits] CVS: llvm/docs/TableGenFundamentals.html

Misha Brukman brukman at cs.uiuc.edu
Thu Jun 3 18:46:01 PDT 2004


Changes in directory llvm/docs:

TableGenFundamentals.html updated: 1.7 -> 1.8

---
Log message:

Fix broken internal link.


---
Diffs of the changes:  (+2 -2)

Index: llvm/docs/TableGenFundamentals.html
diff -u llvm/docs/TableGenFundamentals.html:1.7 llvm/docs/TableGenFundamentals.html:1.8
--- llvm/docs/TableGenFundamentals.html:1.7	Thu Jun  3 11:59:59 2004
+++ llvm/docs/TableGenFundamentals.html	Thu Jun  3 18:41:48 2004
@@ -337,7 +337,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
@@ -573,7 +573,7 @@
 
   <a href="mailto:sabre at nondot.org">Chris Lattner</a><br>
   <a href="http://llvm.cs.uiuc.edu">LLVM Compiler Infrastructure</a><br>
-  Last modified: $Date: 2004/06/03 16:59:59 $
+  Last modified: $Date: 2004/06/03 23:41:48 $
 </address>
 
 </body>





More information about the llvm-commits mailing list