aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Bytecode/Format.h
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-03-19 20:48:27 +0000
committerChris Lattner <sabre@nondot.org>2003-03-19 20:48:27 +0000
commit1b079f96855fa433c5e08ef632e5e788eb707f42 (patch)
tree8a4077d52a7f807ff529298fe33ccffc1f809b9f /include/llvm/Bytecode/Format.h
parent056e84c5b60bdbd8d782c2218f6b86a7c3df7c38 (diff)
Add new chunk type
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5747 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Bytecode/Format.h')
-rw-r--r--include/llvm/Bytecode/Format.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/llvm/Bytecode/Format.h b/include/llvm/Bytecode/Format.h
index 19f4e1990a..4edc0915b0 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,