[llvm-commits] CVS: llvm/docs/BytecodeFormat.html
reid at x10sys.com
reid at x10sys.com
Tue Aug 3 13:34:06 PDT 2004
Changes in directory llvm/docs:
BytecodeFormat.html updated: 1.22 -> 1.23
---
Log message:
Fix some indentation (so brg can test commit script).
---
Diffs of the changes: (+5 -5)
Index: llvm/docs/BytecodeFormat.html
diff -u llvm/docs/BytecodeFormat.html:1.22 llvm/docs/BytecodeFormat.html:1.23
--- llvm/docs/BytecodeFormat.html:1.22 Tue Aug 3 15:21:05 2004
+++ llvm/docs/BytecodeFormat.html Tue Aug 3 15:33:56 2004
@@ -121,10 +121,10 @@
<!-- _______________________________________________________________________ -->
<div class="doc_subsection"><a name="align">Alignment</a> </div>
<div class="doc_text">
-<p>To support cross-platform differences, the bytecode file is aligned
-on certain boundaries. This means that a small amount of padding (at
-most 3 bytes) will be added to ensure that the next entry is aligned to
-a 32-bit boundary.</p>
+ <p>To support cross-platform differences, the bytecode file is aligned on
+ certain boundaries. This means that a small amount of padding (at most 3
+ bytes) will be added to ensure that the next entry is aligned to a 32-bit
+ boundary.</p>
</div>
<!-- _______________________________________________________________________ -->
<div class="doc_subsection"><a name="vbr">Variable Bit-Rate Encoding</a>
@@ -1629,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 20:21:05 $
+Last modified: $Date: 2004/08/03 20:33:56 $
</address>
<!-- vim: sw=2
-->
More information about the llvm-commits
mailing list