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

Chris Lattner lattner at cs.uiuc.edu
Sun May 23 23:58:04 PDT 2004


Changes in directory llvm/docs:

BytecodeFormat.html updated: 1.4 -> 1.5

---
Log message:

Fix a couple of busted li's


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

Index: llvm/docs/BytecodeFormat.html
diff -u llvm/docs/BytecodeFormat.html:1.4 llvm/docs/BytecodeFormat.html:1.5
--- llvm/docs/BytecodeFormat.html:1.4	Sun May 23 12:12:45 2004
+++ llvm/docs/BytecodeFormat.html	Sun May 23 23:55:32 2004
@@ -32,8 +32,8 @@
       <li><a href="#typeool">Global Type Pool</a></li>
       <li><a href="#modinfo">Module Info Block</a></li>
       <li><a href="#constants">Global Constant Pool</a></li>
-      <li><a href="#functions">Function Blocks</a><li>
-      <li><a href="#symtab">Module Symbol Table</a><li>
+      <li><a href="#functions">Function Blocks</a></li>
+      <li><a href="#symtab">Module Symbol Table</a></li>
     </ol>
   </li>
 </ol>
@@ -447,7 +447,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/05/23 17:12:45 $
+  Last modified: $Date: 2004/05/24 04:55:32 $
 </address>
 </body>
 </html>





More information about the llvm-commits mailing list