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

Chris Lattner lattner at cs.uiuc.edu
Mon Jul 5 13:07:02 PDT 2004


Changes in directory llvm/docs:

BytecodeFormat.html updated: 1.13 -> 1.14

---
Log message:

Add a missing "terminator" :)


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

Index: llvm/docs/BytecodeFormat.html
diff -u llvm/docs/BytecodeFormat.html:1.13 llvm/docs/BytecodeFormat.html:1.14
--- llvm/docs/BytecodeFormat.html:1.13	Mon Jul  5 12:55:28 2004
+++ llvm/docs/BytecodeFormat.html	Mon Jul  5 13:05:48 2004
@@ -739,7 +739,7 @@
 <p>This section describes the differences in the Bytecode Format across LLVM
 versions. The versions are listed in reverse order because it assumes the 
 current version is as documented in the previous sections. Each section here
-describes the differences between that version and the one that <i>follows</i>
+describes the differences between that version and the one that <i>follows</i>.
 </p>
 </div>
 <!-- _______________________________________________________________________ -->
@@ -811,7 +811,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/05 17:55:28 $
+  Last modified: $Date: 2004/07/05 18:05:48 $
 </address>
 </body>
 </html>





More information about the llvm-commits mailing list