From 8df88e2cc9bf474123cc7ee37bc57a040efd3497 Mon Sep 17 00:00:00 2001 From: Andrew Lenharth Date: Fri, 8 Dec 2006 17:13:00 +0000 Subject: Packed Structure Definitions (docs) llvm-svn: 32357 --- llvm/docs/BytecodeFormat.html | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'llvm/docs/BytecodeFormat.html') diff --git a/llvm/docs/BytecodeFormat.html b/llvm/docs/BytecodeFormat.html index 669e7197f5e..524879f6097 100644 --- a/llvm/docs/BytecodeFormat.html +++ b/llvm/docs/BytecodeFormat.html @@ -861,6 +861,10 @@ 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. -- cgit v1.2.3