From 1b079f96855fa433c5e08ef632e5e788eb707f42 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Wed, 19 Mar 2003 20:48:27 +0000 Subject: [PATCH] Add new chunk type git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5747 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/Bytecode/Format.h | 1 + 1 file changed, 1 insertion(+) 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, -- 2.40.0