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

reid at x10sys.com reid at x10sys.com
Tue Aug 3 13:21:16 PDT 2004



Changes in directory llvm/docs:

BytecodeFormat.html updated: 1.21 -> 1.22
---
Log message:

Fix line lengths.


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

Index: llvm/docs/BytecodeFormat.html
diff -u llvm/docs/BytecodeFormat.html:1.21 llvm/docs/BytecodeFormat.html:1.22
--- llvm/docs/BytecodeFormat.html:1.21	Tue Aug  3 14:20:18 2004
+++ llvm/docs/BytecodeFormat.html	Tue Aug  3 15:21:05 2004
@@ -4,10 +4,12 @@
   <title>LLVM Bytecode File Format</title>
   <link rel="stylesheet" href="llvm.css" type="text/css">
   <style type="text/css">
-    TR, TD { border: 2px solid gray; padding-left: 4pt; padding-right: 4pt; padding-top: 2pt; padding-bottom: 2pt; }
+    TR, TD { border: 2px solid gray; padding-left: 4pt; padding-right: 4pt; 
+             padding-top: 2pt; padding-bottom: 2pt; }
     TH { border: 2px solid gray; font-weight: bold; font-size: 105%; }
     TABLE { text-align: center; border: 2px solid black; 
-            border-collapse: collapse; margin-top: 1em; margin-left: 1em; margin-right: 1em; margin-bottom: 1em; }
+      border-collapse: collapse; margin-top: 1em; margin-left: 1em; 
+      margin-right: 1em; margin-bottom: 1em; }
     .td_left { border: 2px solid gray; text-align: left; }
   </style>
 </head>
@@ -1627,7 +1629,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/08/03 19:20:18 $
+Last modified: $Date: 2004/08/03 20:21:05 $
 </address>
 <!-- vim: sw=2
 -->






More information about the llvm-commits mailing list