Commits

Arnold Schwaighofer committed 5c0568dd6e3
Remove @inline(never) hacks that were added for the lack of ARC across loops After the recent improvements to the ARC optimizer these should not longer be necessary and I did not measure negative performance impact from removing them. rdar://24011261