projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
056e84c
)
Add new chunk type
author
Chris Lattner
<sabre@nondot.org>
Wed, 19 Mar 2003 20:48:27 +0000
(20:48 +0000)
committer
Chris 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
patch
|
blob
|
history
diff --git
a/include/llvm/Bytecode/Format.h
b/include/llvm/Bytecode/Format.h
index 19f4e1990a30f4fe9ae10c11a752d4f8edaa9ac4..4edc0915b03a3cb0ddcb15d02bd90a1d8e60cbce 100644
(file)
--- 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,