Commits

Arnold Schwaighofer committed 26b50b81159
stdlib: Don't inline _uninitializeCopy Again there is a loop that blocks retain/release matching. The ARC optimizer is conservative and currently stops at loops. This will get exposed by Dave's array patches. rdar://18777237 Swift SVN r23134