A backwards compatible bc format for packed structs
authorAndrew Lenharth <andrewl@lenharth.org>
Fri, 8 Dec 2006 17:50:05 +0000 (17:50 +0000)
committerAndrew Lenharth <andrewl@lenharth.org>
Fri, 8 Dec 2006 17:50:05 +0000 (17:50 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32360 91177308-0d34-0410-b5e6-96231b3b80d8

docs/BytecodeFormat.html

index 524879f6097eec5f19504d87a76cedb3676cb386..cc0ae7ca5ffb2c9c72bb50de35217000180bfb06 100644 (file)
@@ -861,10 +861,6 @@ missing otherwise.</td>
       <td><a href="#uint24_vbr">uint24_vbr</a></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>
@@ -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>