From: Reid Spencer Date: Tue, 3 Aug 2004 20:33:56 +0000 (+0000) Subject: Fix some indentation (so brg can test commit script). X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=267660f4ac8b9d1d5a6c361f8f54ec8194c394cc;p=oota-llvm.git Fix some indentation (so brg can test commit script). git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15448 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/BytecodeFormat.html b/docs/BytecodeFormat.html index feef9fcb210..24ecd1a7471 100644 --- a/docs/BytecodeFormat.html +++ b/docs/BytecodeFormat.html @@ -121,10 +121,10 @@ written and how the bits are to be interpreted.

Alignment
-

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.

+

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.

Variable Bit-Rate Encoding