[llvm-commits] CVS: llvm/include/llvm/Bytecode/Format.h
Reid Spencer
reid at x10sys.com
Tue Jan 30 11:37:42 PST 2007
Changes in directory llvm/include/llvm/Bytecode:
Format.h updated: 1.15 -> 1.16
---
Log message:
Compaction tables no longer supported, remove its block ID.
---
Diffs of the changes: (+1 -7)
Format.h | 8 +-------
1 files changed, 1 insertion(+), 7 deletions(-)
Index: llvm/include/llvm/Bytecode/Format.h
diff -u llvm/include/llvm/Bytecode/Format.h:1.15 llvm/include/llvm/Bytecode/Format.h:1.16
--- llvm/include/llvm/Bytecode/Format.h:1.15 Sat Jan 6 01:24:43 2007
+++ llvm/include/llvm/Bytecode/Format.h Tue Jan 30 13:37:26 2007
@@ -40,13 +40,7 @@
GlobalTypePlaneBlockID = 6, ///< Global type plan identifier
InstructionListBlockID = 7, ///< All instructions in a function
- /// Blocks with this id are used to define a function local remapping
- /// table for the function's values. This allows the indices used within
- /// the function to be as small as possible. This often allows the
- /// instructions to be encoded more efficiently because VBR takes fewer
- /// bytes with smaller values.
- /// @brief Value Compaction Table Block
- CompactionTableBlockID = 8,
+ //CompactionTableBlockID = 8, << Placeholder for removed block type
TypeSymbolTableBlockID = 9, ///< Value Symbol table identifier
// Not a block id, just used to count them
More information about the llvm-commits
mailing list