Commits

Michael Gottesman committed 03ce13f2308
[sil-combine] Strip off RC identity preserving ops from retain value and release value. This is always good to do since it makes it clearer what the ARC optimizer is doing. I have not decided how I want to strip off arguments from strong_retain, strong_release since I may necessarily convert the strong_{retain,release} back to a {retain,release}_value. Swift SVN r21480