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

Chris Lattner sabre at nondot.org
Sun May 6 16:20:23 PDT 2007



Changes in directory llvm/docs:

index.html updated: 1.62 -> 1.63
---
Log message:

link to the bitcode doc


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

 index.html |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


Index: llvm/docs/index.html
diff -u llvm/docs/index.html:1.62 llvm/docs/index.html:1.63
--- llvm/docs/index.html:1.62	Tue Feb 13 03:08:27 2007
+++ llvm/docs/index.html	Sun May  6 18:20:06 2007
@@ -210,7 +210,7 @@
 describes the design and configuration of the LLVM compiler driver tool,
 <tt>llvmc</tt>.</li>
 
-<li><a href="BytecodeFormat.html">LLVM Bytecode File Format</a></li>
+<li><a href="BitCodeFormat.html">LLVM Bitcode File Format</a></li>
 
 <li><a href="SystemLibrary.html">System Library</a> - This document describes
 the LLVM System Library (<tt>lib/System</tt>) and how to keep LLVM source code
@@ -265,6 +265,6 @@
   src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!"></a>
 
   <a href="http://llvm.org">LLVM Compiler Infrastructure</a><br>
-  Last modified: $Date: 2007/02/13 09:08:27 $
+  Last modified: $Date: 2007/05/06 23:20:06 $
 </address>
 






More information about the llvm-commits mailing list