mirror of
https://github.com/RPCS3/llvm.git
synced 2025-03-09 05:11:39 +00:00
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:
parent
45b5dd2918
commit
064e9a9ef8
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user