Commits

Michael Gottesman committed edab72fd4c0
[arc-opts] Teach ARC about when some instructions don't decrement ref counts. Specifically we teach ARC: 1. StrongPin never decrements ref counts. 2. CheckedCastAddrBranchInst only decrements ref counts if we are taking the source value. <rdar://problem/20368790> Swift SVN r27000