[llvm-commits] CVS: llvm/docs/BytecodeFormat.html
LLVM
llvm at cs.uiuc.edu
Tue Aug 3 12:20:28 PDT 2004
Changes in directory llvm/docs:
BytecodeFormat.html updated: 1.20 -> 1.21
Responsible party: reid
---
Log message:
Properly wrap some lines.
---
Diffs of the changes: (+16 -18)
Index: llvm/docs/BytecodeFormat.html
diff -u llvm/docs/BytecodeFormat.html:1.20 llvm/docs/BytecodeFormat.html:1.21
--- llvm/docs/BytecodeFormat.html:1.20 Wed Jul 28 19:13:04 2004
+++ llvm/docs/BytecodeFormat.html Tue Aug 3 14:20:18 2004
@@ -238,42 +238,40 @@
</tr>
<tr>
<td><a name="uint32_vbr"><b>uint32_vbr</b></a></td>
- <td class="td_left">A 32-bit unsigned integer that occupies from
-one to five bytes using variable bit rate encoding.</td>
+ <td class="td_left">A 32-bit unsigned integer that occupies from one to
+ five bytes using variable bit rate encoding.</td>
</tr>
<tr>
<td><a name="uint64_vbr"><b>uint64_vbr</b></a></td>
- <td class="td_left">A 64-bit unsigned integer that occupies from
-one to ten bytes using variable bit rate encoding.</td>
+ <td class="td_left">A 64-bit unsigned integer that occupies from one to ten
+ bytes using variable bit rate encoding.</td>
</tr>
<tr>
<td><a name="int64_vbr"><b>int64_vbr</b></a></td>
- <td class="td_left">A 64-bit signed integer that occupies from
-one to ten bytes using the signed variable bit rate encoding.</td>
+ <td class="td_left">A 64-bit signed integer that occupies from one to ten
+ bytes using the signed variable bit rate encoding.</td>
</tr>
<tr>
<td><a name="char"><b>char</b></a></td>
- <td class="td_left">A single unsigned character encoded into one
-byte</td>
+ <td class="td_left">A single unsigned character encoded into one byte</td>
</tr>
<tr>
<td><a name="bit"><b>bit(n-m)</b></a></td>
- <td class="td_left">A set of bit within some larger integer
-field. The values of <code>n</code> and <code>m</code> specify the
-inclusive range of bits that define the subfield. The value for <code>m</code>
-may be omitted if its the same as <code>n</code>.</td>
+ <td class="td_left">A set of bit within some larger integer field. The values
+ of <code>n</code> and <code>m</code> specify the inclusive range of bits
+ that define the subfield. The value for <code>m</code> may be omitted if
+ its the same as <code>n</code>.</td>
</tr>
<tr>
<td style="vertical-align: top;"><b><a name="float"><b>float</b></a></b></td>
- <td style="vertical-align: top; text-align: left;">A floating
-point value encoded as a 32-bit IEEE value written in little-endian
-form.<br>
+ <td style="vertical-align: top; text-align: left;">A floating point value encoded
+ as a 32-bit IEEE value written in little-endian form.<br>
</td>
</tr>
<tr>
<td style="vertical-align: top;"><b><b><a name="double"><b>double</b></a></b></b></td>
- <td style="vertical-align: top; text-align: left;">A floating
-point value encoded as a64-bit IEEE value written in little-endian form</td>
+ <td style="vertical-align: top; text-align: left;">A floating point value encoded
+ as a64-bit IEEE value written in little-endian form</td>
</tr>
<tr>
<td><a name="string"><b>string</b></a></td>
@@ -1629,7 +1627,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/29 00:13:04 $
+Last modified: $Date: 2004/08/03 19:20:18 $
</address>
<!-- vim: sw=2
-->
More information about the llvm-commits
mailing list