Commits

Arnold Schwaighofer committed 7acb2df2fe4
Enabling hoisting of uniqueness checks in loops with 2D arrays To do this we need to show that no write of an array value happens in the loop and that any retain of an array value is followed by a release before we check uniquenness. rdar://17868965