Commits

Joe Groff committed ce5a81ec2e5
IRGen: Fix up InitializeArrayBackToFront witness emission. We both mixed up dest and src, and begin and end. Oops. Noticed by inspection. I also noticed the (wrong) code was duplicated in two places, so factor those together. Swift SVN r26924