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

root root at zion.cs.uiuc.edu
Mon Jun 21 18:40:01 PDT 2004


Changes in directory llvm/docs:

BytecodeFormat.html updated: 1.10 -> 1.11

---
Log message:

Fixed small typo to symtab link.


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

Index: llvm/docs/BytecodeFormat.html
diff -u llvm/docs/BytecodeFormat.html:1.10 llvm/docs/BytecodeFormat.html:1.11
--- llvm/docs/BytecodeFormat.html:1.10	Tue Jun  8 02:41:41 2004
+++ llvm/docs/BytecodeFormat.html	Mon Jun 21 18:29:40 2004
@@ -315,7 +315,7 @@
   constants except function arguments, global values and constant strings.</li>
   <li><a href="#functions">Functions</a>: One function block is written for
   each function in the module. </li>
-  <li><a href="$symtab">Symbol Table</a>: The module level symbol table that
+  <li><a href="#symtab">Symbol Table</a>: The module level symbol table that
   provides names for the various other entries in the file is the final block 
   written.</li>
 </ol>
@@ -551,7 +551,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/06/08 07:41:41 $
+  Last modified: $Date: 2004/06/21 23:29:40 $
 </address>
 </body>
 </html>





More information about the llvm-commits mailing list