From: Andrew Lenharth Date: Fri, 8 Dec 2006 17:50:05 +0000 (+0000) Subject: A backwards compatible bc format for packed structs X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=8894255fc01cd8dcdccc700fdd69186d02131ffe;p=oota-llvm.git 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 --- 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