Compaction tables no longer supported, remove its block ID.
authorReid Spencer <rspencer@reidspencer.com>
Tue, 30 Jan 2007 19:37:26 +0000 (19:37 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Tue, 30 Jan 2007 19:37:26 +0000 (19:37 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33662 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Bytecode/Format.h

index fc896b895d0486556ac13b3fa3dc82370cd88a36..ab9795d7a43f919d17acb20f69d2062594dcc683 100644 (file)
@@ -40,13 +40,7 @@ public:
     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