Add new chunk type
authorChris Lattner <sabre@nondot.org>
Wed, 19 Mar 2003 20:48:27 +0000 (20:48 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 19 Mar 2003 20:48:27 +0000 (20:48 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5747 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Bytecode/Format.h

index 19f4e1990a30f4fe9ae10c11a752d4f8edaa9ac4..4edc0915b03a3cb0ddcb15d02bd90a1d8e60cbce 100644 (file)
@@ -22,6 +22,7 @@ public:
     ConstantPool,
     SymbolTable,
     ModuleGlobalInfo,
+    GlobalTypePlane,
 
     // Method subtypes:
     MethodInfo = 0x21,