The Type* is redundant with the TypeSlot

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15451 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2004-08-04 00:18:37 +00:00
parent 45b5dd2918
commit 064e9a9ef8

View 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