[llvm-commits] CVS: llvm/include/llvm/Bytecode/Format.h
Chris Lattner
lattner at apoc.cs.uiuc.edu
Wed Mar 19 14:49:01 PST 2003
Changes in directory llvm/include/llvm/Bytecode:
Format.h updated: 1.2 -> 1.3
---
Log message:
Add new chunk type
---
Diffs of the changes:
Index: llvm/include/llvm/Bytecode/Format.h
diff -u llvm/include/llvm/Bytecode/Format.h:1.2 llvm/include/llvm/Bytecode/Format.h:1.3
--- llvm/include/llvm/Bytecode/Format.h:1.2 Thu Mar 28 21:50:24 2002
+++ llvm/include/llvm/Bytecode/Format.h Wed Mar 19 14:48:27 2003
@@ -22,6 +22,7 @@
ConstantPool,
SymbolTable,
ModuleGlobalInfo,
+ GlobalTypePlane,
// Method subtypes:
MethodInfo = 0x21,
More information about the llvm-commits
mailing list