Commits

Joe Groff committed c354a7cf631
IRGen: Relax assertion that C parameter ABI types match size of Swift struct representation types. Share the code that does elementwise coercions, which already behaved correctly, with the code that does struct-to-struct coercions, which still had the overly-conservative constraint. Fixes rdar://problem/21294916. Swift SVN r29399