mirror of
https://github.com/apple/swift.git
synced 2026-02-27 18:26:24 +01:00
Type-dependent operands can appear outside the liverange of a value and therefore must be ignored. This bug caused MandatoryDestroyHoisting to insert wrong destroys. Fixes a SIL verification error and/or a mis-compile rdar://170510052