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

LLVM llvm at cs.uiuc.edu
Wed Jul 7 10:04:02 PDT 2004


Changes in directory llvm/docs:

BytecodeFormat.html updated: 1.18 -> 1.19

---
Log message:

Insert a reference to uint32_vbr encoding.


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

Index: llvm/docs/BytecodeFormat.html
diff -u llvm/docs/BytecodeFormat.html:1.18 llvm/docs/BytecodeFormat.html:1.19
--- llvm/docs/BytecodeFormat.html:1.18	Wed Jul  7 08:34:26 2004
+++ llvm/docs/BytecodeFormat.html	Wed Jul  7 10:02:54 2004
@@ -503,8 +503,8 @@
 <!-- _______________________________________________________________________ -->
 <div class="doc_subsubsection"><a name="format">Format Information</a></div>
 <div class="doc_text">
-<p>The format information field is encoded into a 32-bit vbr-encoded unsigned 
-integer as shown in the following table.</p>
+  <p>The format information field is encoded into a 
+  <a href="#uint32_vbr">uint32_vbr</a> as shown in the following table.</p>
 <table>
   <tr>
     <th><b>Type</b></th>
@@ -1290,7 +1290,7 @@
   <a href="mailto:rspencer at x10sys.com">Reid Spencer</a> and 
   <a href="mailto:sabre at nondot.org">Chris Lattner</a><br>
   <a href="http://llvm.cs.uiuc.edu">The LLVM Compiler Infrastructure</a><br>
-  Last modified: $Date: 2004/07/07 13:34:26 $
+  Last modified: $Date: 2004/07/07 15:02:54 $
 </address>
 </body>
 </html>





More information about the llvm-commits mailing list