From 8894255fc01cd8dcdccc700fdd69186d02131ffe Mon Sep 17 00:00:00 2001 From: Andrew Lenharth Date: Fri, 8 Dec 2006 17:50:05 +0000 Subject: [PATCH] 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 --- docs/BytecodeFormat.html | 21 +++++++++++++++++---- 1 file changed, 17 insertions(+), 4 deletions(-) diff --git a/docs/BytecodeFormat.html b/docs/BytecodeFormat.html index 524879f6097..cc0ae7ca5ff 100644 --- a/docs/BytecodeFormat.html +++ b/docs/BytecodeFormat.html @@ -861,10 +861,6 @@ missing otherwise. uint24_vbr Type ID for structure types (14) - - uint32_vbr - Value 0 if a normal structure, 1 if a packed structure - zlist(uint24_vbr) Slot number of each of the element's fields. @@ -943,6 +939,23 @@ missing otherwise. +

Packed Structure Types

+ + + + + + + + + + + + + + + +
TypeDescription
uint24_vbrType ID for packed structure types (19)
zlist(uint24_vbr)Slot number of each of the element's fields.
Module Global Info