Commits

Joe Groff committed 1001745ac06
IRGen: Forward indirectly-returned SIL return value in partial application forwarder. A type may be treated as a by-value return in SIL but still be lowered to an indirect return in IR if it's big enough, so handle this case in the partial application forwarder. Fixes <rdar://problem/15826328>. Swift SVN r12351