Commits

Arnold Schwaighofer committed 068dea1f859
Add a pass to propagate the array count from array intializations Array literal construction and array initialization of array values associates a count with the array value. This count can be propagated to the count method if we can prove that the array value has not changed until reading the array value's count. rdar://19958821