From f08561f9a1d633eb4bf4cd97079e61b455b06665 Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Tue, 3 Aug 2004 19:20:18 +0000 Subject: Properly wrap some lines. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15440 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/BytecodeFormat.html | 32 +++++++++++++++----------------- 1 file changed, 15 insertions(+), 17 deletions(-) diff --git a/docs/BytecodeFormat.html b/docs/BytecodeFormat.html index 78b3976..5afab5d 100644 --- a/docs/BytecodeFormat.html +++ b/docs/BytecodeFormat.html @@ -238,42 +238,40 @@ variable bit rate encoding as described above.

uint32_vbr - A 32-bit unsigned integer that occupies from -one to five bytes using variable bit rate encoding. + A 32-bit unsigned integer that occupies from one to + five bytes using variable bit rate encoding. uint64_vbr - A 64-bit unsigned integer that occupies from -one to ten bytes using variable bit rate encoding. + A 64-bit unsigned integer that occupies from one to ten + bytes using variable bit rate encoding. int64_vbr - A 64-bit signed integer that occupies from -one to ten bytes using the signed variable bit rate encoding. + A 64-bit signed integer that occupies from one to ten + bytes using the signed variable bit rate encoding. char - A single unsigned character encoded into one -byte + A single unsigned character encoded into one byte bit(n-m) - A set of bit within some larger integer -field. The values of n and m specify the -inclusive range of bits that define the subfield. The value for m -may be omitted if its the same as n. + A set of bit within some larger integer field. The values + of n and m specify the inclusive range of bits + that define the subfield. The value for m may be omitted if + its the same as n. float - A floating -point value encoded as a 32-bit IEEE value written in little-endian -form.
+ A floating point value encoded + as a 32-bit IEEE value written in little-endian form.
double - A floating -point value encoded as a64-bit IEEE value written in little-endian form + A floating point value encoded + as a64-bit IEEE value written in little-endian form string -- cgit v1.1