From 91c4af242afa02b44fd949ca1876cbf472c60e86 Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Sat, 10 Feb 2007 14:07:56 +0000 Subject: Compaction tables don't exist any more. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34148 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/Bytecode/BytecodeHandler.h | 27 --------------------------- 1 file changed, 27 deletions(-) (limited to 'include/llvm/Bytecode') diff --git a/include/llvm/Bytecode/BytecodeHandler.h b/include/llvm/Bytecode/BytecodeHandler.h index 43ca024008..b8aecb5734 100644 --- a/include/llvm/Bytecode/BytecodeHandler.h +++ b/include/llvm/Bytecode/BytecodeHandler.h @@ -153,33 +153,6 @@ public: /// @brief Handle end of module globals block. virtual void handleModuleGlobalsEnd() {} - /// This method is called at the beginning of a compaction table. - /// @brief Handle start of compaction table. - virtual void handleCompactionTableBegin() {} - - /// @brief Handle start of a compaction table plane - virtual void handleCompactionTablePlane( - unsigned Ty, ///< The type of the plane (slot number) - unsigned NumEntries ///< The number of entries in the plane - ) {} - - /// @brief Handle a type entry in the compaction table - virtual void handleCompactionTableType( - unsigned i, ///< Index in the plane of this type - unsigned TypSlot, ///< Slot number for this type - const Type* ///< The type referenced by this slot - ) {} - - /// @brief Handle a value entry in the compaction table - virtual void handleCompactionTableValue( - unsigned i, ///< Index in the compaction table's type plane - unsigned TypSlot, ///< The slot (plane) of the type of this value - unsigned ValSlot ///< The global value slot of the value - ) {} - - /// @brief Handle end of a compaction table - virtual void handleCompactionTableEnd() {} - /// @brief Handle start of a symbol table virtual void handleTypeSymbolTableBegin( TypeSymbolTable* ST ///< The symbol table being filled -- cgit v1.2.3-70-g09d2