From: Chris Lattner Date: Wed, 19 Mar 2003 20:48:27 +0000 (+0000) Subject: Add new chunk type X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=1b079f96855fa433c5e08ef632e5e788eb707f42;p=oota-llvm.git Add new chunk type git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5747 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/Bytecode/Format.h b/include/llvm/Bytecode/Format.h index 19f4e1990a3..4edc0915b03 100644 --- a/include/llvm/Bytecode/Format.h +++ b/include/llvm/Bytecode/Format.h @@ -22,6 +22,7 @@ public: ConstantPool, SymbolTable, ModuleGlobalInfo, + GlobalTypePlane, // Method subtypes: MethodInfo = 0x21,