From 78f9389d79e56243b2f9a70c060d803f794ffd89 Mon Sep 17 00:00:00 2001 From: Andrew Lenharth Date: Fri, 8 Dec 2006 17:50:05 +0000 Subject: A backwards compatible bc format for packed structs llvm-svn: 32360 --- llvm/docs/BytecodeFormat.html | 21 +++++++++++++++++---- 1 file changed, 17 insertions(+), 4 deletions(-) (limited to 'llvm/docs/BytecodeFormat.html') diff --git a/llvm/docs/BytecodeFormat.html b/llvm/docs/BytecodeFormat.html index 524879f6097..cc0ae7ca5ff 100644 --- a/llvm/docs/BytecodeFormat.html +++ b/llvm/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 -- cgit v1.2.3