mirror of
https://github.com/apple/swift.git
synced 2026-02-27 18:26:24 +01:00
`fix_lifetime` has memory-write effects defined. However, in TempRValueElimination we don't shrink lifetimes. Therefore we can safely ignore this instruction. rdar://168840965