Add new chunk type

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5747 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2003-03-19 20:48:27 +00:00
parent 056e84c5b6
commit 1b079f9685

View File

@ -22,6 +22,7 @@ public:
ConstantPool, ConstantPool,
SymbolTable, SymbolTable,
ModuleGlobalInfo, ModuleGlobalInfo,
GlobalTypePlane,
// Method subtypes: // Method subtypes:
MethodInfo = 0x21, MethodInfo = 0x21,