[llvm-commits] CVS: llvm/include/llvm/Bytecode/Format.h
Chris Lattner
lattner at cs.uiuc.edu
Sun Nov 30 23:41:01 PST 2003
Changes in directory llvm/include/llvm/Bytecode:
Format.h updated: 1.6 -> 1.7
---
Log message:
Remove unused enum value
---
Diffs of the changes: (+0 -1)
Index: llvm/include/llvm/Bytecode/Format.h
diff -u llvm/include/llvm/Bytecode/Format.h:1.6 llvm/include/llvm/Bytecode/Format.h:1.7
--- llvm/include/llvm/Bytecode/Format.h:1.6 Tue Nov 11 16:41:31 2003
+++ llvm/include/llvm/Bytecode/Format.h Sun Nov 30 23:40:37 2003
@@ -34,7 +34,6 @@
GlobalTypePlane,
// Function subtypes:
- MethodInfo = 0x21,
// Can also have ConstantPool block
// Can also have SymbolTable block
BasicBlock = 0x31, // May contain many basic blocks
More information about the llvm-commits
mailing list