mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
SIL: remove the unused alloc_value_buffer, project_value_buffer and dealloc_value_buffer instructions.
Those instructions were use for the materializeForSet implementation, which was replaced by modify-coroutines.
This commit is contained in:
@@ -238,8 +238,6 @@ protected:
|
||||
);
|
||||
static_assert(32-1-1-NumAllocationInstBits >= 14, "Reconsider bitfield use?");
|
||||
|
||||
UIWTDOB_BITFIELD_EMPTY(AllocValueBufferInst, AllocationInst);
|
||||
|
||||
// TODO: Sort the following in SILNodes.def order
|
||||
|
||||
SWIFT_INLINE_BITFIELD_EMPTY(NonValueInstruction, SILInstruction);
|
||||
|
||||
Reference in New Issue
Block a user