Commits

Arnold Schwaighofer committed 283a6bee396
Fix users of ArraySemantics::getSelf to correctly handle Array.init Array.init does not have a self argument (it returns the newly created array @owned). Passes using the ArraySemantic::getSelf() interface must handle it specially. rdar://19724033 Swift SVN r25013