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