mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Make it clear that drop_deinit cannot be used to prevent a deinit called from a destroy_addr. This is more a refactoring and clarification than a bug fix, because a destroy_addr cannot have a drop_deinit as operand, anyway.