swift
96c5e63d - Inliner: fix a ownership violation when inlining a begin_apply into a dead-end block

Commit
10 days ago
Inliner: fix a ownership violation when inlining a begin_apply into a dead-end block Lifetime completion was done in the wrong order, which led to an `end_borrow` inserted _after_ `destroy_value [dead_end]` of the same value. rdar://178166465
Author
Committer
Parents
Loading