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

Misha Brukman brukman at cs.uiuc.edu
Thu Jun 3 12:10:36 PDT 2004


Changes in directory llvm/docs:

TableGenFundamentals.html updated: 1.6 -> 1.7

---
Log message:

Specify div type "doc_text" to get proper indentation for paragraphs.


---
Diffs of the changes:  (+9 -5)

Index: llvm/docs/TableGenFundamentals.html
diff -u llvm/docs/TableGenFundamentals.html:1.6 llvm/docs/TableGenFundamentals.html:1.7
--- llvm/docs/TableGenFundamentals.html:1.6	Sun May 23 16:07:27 2004
+++ llvm/docs/TableGenFundamentals.html	Thu Jun  3 11:59:59 2004
@@ -234,7 +234,8 @@
 </div>
 
 <!-- -------------------------------------------------------------------------->
-<div class="doc_subsubsection"><a name="types">The TableGen type system</a>
+<div class="doc_subsubsection">
+  <a name="types">The TableGen type system</a>
 </div>
 
 <div class="doc_text">
@@ -291,7 +292,8 @@
   <a name="values">TableGen values and expressions</a>
 </div>
 
-<div>
+<div class="doc_text">
+
 <p>TableGen allows for a pretty reasonable number of different expression forms
 when building up values.  These forms allow the TableGen file to be written in a
 natural syntax and flavor for the application.  The current expression forms
@@ -325,10 +327,12 @@
 </div>
 
 <!-- ======================================================================= -->
-<div class="doc_subsection"><a name="classesdefs">Classes and definitions</a>
+<div class="doc_subsection">
+  <a name="classesdefs">Classes and definitions</a>
 </div>
 
-<div>
+<div class="doc_text">
+
 <p>As mentioned in the <a href="#concepts">intro</a>, classes and definitions
 (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
@@ -569,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/05/23 21:07:27 $
+  Last modified: $Date: 2004/06/03 16:59:59 $
 </address>
 
 </body>





More information about the llvm-commits mailing list