mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[SIL] Add dead_end flag to destroy_value.
This commit is contained in:
@@ -205,7 +205,9 @@ protected:
|
||||
SHARED_FIELD(AddressToPointerInst, bool needsStackProtection);
|
||||
SHARED_FIELD(IndexAddrInst, bool needsStackProtection);
|
||||
SHARED_FIELD(HopToExecutorInst, bool mandatory);
|
||||
SHARED_FIELD(DestroyValueInst, bool poisonRefs);
|
||||
SHARED_FIELD(DestroyValueInst, uint8_t
|
||||
poisonRefs : 1,
|
||||
deadEnd : 1);
|
||||
SHARED_FIELD(EndCOWMutationInst, bool keepUnique);
|
||||
SHARED_FIELD(ConvertFunctionInst, bool withoutActuallyEscaping);
|
||||
SHARED_FIELD(BeginCOWMutationInst, bool native);
|
||||
|
||||
Reference in New Issue
Block a user