The Type* is redundant with the TypeSlot
authorChris Lattner <sabre@nondot.org>
Wed, 4 Aug 2004 00:18:37 +0000 (00:18 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 4 Aug 2004 00:18:37 +0000 (00:18 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15451 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Bytecode/BytecodeHandler.h

index 1de9c58831e535fced8ea5ffe73e724705d256c6..687bf806e0eec2be74ace877a7c7b05d8b8f607b 100644 (file)
@@ -158,8 +158,7 @@ public:
   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
-    const Type*       ///< The resolved type of the value.
+    unsigned ValSlot  ///< The global value slot of the value
   ) {}
 
   /// @brief Handle end of a compaction table