mirror of
https://github.com/apple/swift.git
synced 2026-03-04 18:24:35 +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