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

Misha Brukman brukman at cs.uiuc.edu
Wed Aug 4 15:00:15 PDT 2004



Changes in directory llvm/docs:

TableGenFundamentals.html updated: 1.11 -> 1.12
---
Log message:

Surround code element with <tt> tags


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

Index: llvm/docs/TableGenFundamentals.html
diff -u llvm/docs/TableGenFundamentals.html:1.11 llvm/docs/TableGenFundamentals.html:1.12
--- llvm/docs/TableGenFundamentals.html:1.11	Wed Jul 28 17:09:29 2004
+++ llvm/docs/TableGenFundamentals.html	Wed Aug  4 17:00:05 2004
@@ -310,8 +310,8 @@
 <li><tt>value{15-17}</tt> - access to multiple bits of a value</li>
 <li><tt>DEF</tt> - reference to a record definition</li>
 <li><tt>X.Y</tt> - reference to the subfield of a value</li>
-<li>list[4-7,17,2-3] - A slice of the 'list' list, including elements 
-     4,5,6,7,17,2, and 3 from it.  Elements may be included multiple times.</li>
+<li><tt>list[4-7,17,2-3]</tt> - A slice of the 'list' list, including elements 
+4,5,6,7,17,2, and 3 from it.  Elements may be included multiple times.</li>
 <li><tt>(DEF a, b)</tt> - a dag value.  The first element is required to be a
 record definition, the remaining elements in the list may be arbitrary other
 values, including nested `<tt>dag</tt>' values.</li>
@@ -558,7 +558,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/07/28 22:09:29 $
+  Last modified: $Date: 2004/08/04 22:00:05 $
 </address>
 
 </body>






More information about the llvm-commits mailing list