Commits

Nadav Rotem committed 3f61dad163a
Fix a bug in the code that deletes partial_apply instructions. The destroy_value needs to happen at the end of the partial_apply lifetime. This is easy to do when there is only one user, strong_release, and less easy to do when there are multiple retain/release users. Swift SVN r14882