aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Lenharth <andrewl@lenharth.org>2006-12-08 17:50:05 +0000
committerAndrew Lenharth <andrewl@lenharth.org>2006-12-08 17:50:05 +0000
commit8894255fc01cd8dcdccc700fdd69186d02131ffe (patch)
tree6fd6aa214947c8925290c0123ec7d84bd9b15c8b
parentf6a3f0005555ea9eac2b3ec3d3d901940b26cba5 (diff)
downloadexternal_llvm-8894255fc01cd8dcdccc700fdd69186d02131ffe.zip
external_llvm-8894255fc01cd8dcdccc700fdd69186d02131ffe.tar.gz
external_llvm-8894255fc01cd8dcdccc700fdd69186d02131ffe.tar.bz2
A backwards compatible bc format for packed structs
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32360 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--docs/BytecodeFormat.html21
1 files changed, 17 insertions, 4 deletions
diff --git a/docs/BytecodeFormat.html b/docs/BytecodeFormat.html
index 524879f..cc0ae7c 100644
--- a/docs/BytecodeFormat.html
+++ b/docs/BytecodeFormat.html
@@ -862,10 +862,6 @@ missing otherwise.</td>
<td class="td_left">Type ID for structure types (14)</td>
</tr>
<tr>
- <td><a href="#uint32_vbr">uint32_vbr</a></td>
- <td class="td_left">Value 0 if a normal structure, 1 if a packed structure</td>
- </tr>
- <tr>
<td><a href="#zlist">zlist</a>(<a href="#uint24_vbr">uint24_vbr</a>)</td>
<td class="td_left">Slot number of each of the element's fields.</td>
</tr>
@@ -943,6 +939,23 @@ missing otherwise.</td>
</tr>
</tbody>
</table>
+<h3>Packed Structure Types</h3>
+<table>
+ <tbody>
+ <tr>
+ <th><b>Type</b></th>
+ <th class="td_left"><b>Description</b></th>
+ </tr>
+ <tr>
+ <td><a href="#uint24_vbr">uint24_vbr</a></td>
+ <td class="td_left">Type ID for packed structure types (19)</td>
+ </tr>
+ <tr>
+ <td><a href="#zlist">zlist</a>(<a href="#uint24_vbr">uint24_vbr</a>)</td>
+ <td class="td_left">Slot number of each of the element's fields.</td>
+ </tr>
+ </tbody>
+</table>
</div>
<!-- _______________________________________________________________________ -->
<div class="doc_subsection"><a name="globalinfo">Module Global Info</a>