mirror of
https://github.com/apple/swift.git
synced 2026-06-20 15:42:51 +02:00
0d0f5f6e99
This can cause several problems, e.g. false performance errors or even mis-compiles. Instead, just ignore dead-end destroys as we don't want to "move" them away from `unreachable` instructions, anyway. rdar://167553623