mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-07 12:28:24 +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:
@@ -158,8 +158,7 @@ public:
|
|||||||
virtual void handleCompactionTableValue(
|
virtual void handleCompactionTableValue(
|
||||||
unsigned i, ///< Index in the compaction table's type plane
|
unsigned i, ///< Index in the compaction table's type plane
|
||||||
unsigned TypSlot, ///< The slot (plane) of the type of this value
|
unsigned TypSlot, ///< The slot (plane) of the type of this value
|
||||||
unsigned ValSlot, ///< The global value slot of the value
|
unsigned ValSlot ///< The global value slot of the value
|
||||||
const Type* ///< The resolved type of the value.
|
|
||||||
) {}
|
) {}
|
||||||
|
|
||||||
/// @brief Handle end of a compaction table
|
/// @brief Handle end of a compaction table
|
||||||
|
Reference in New Issue
Block a user