Commits

Joe Groff committed fecffda067e
IRGen: Handle abstraction changes in partial_apply thunks. When partial_applying a generic we still need to handle trivial abstraction changes such as bitcasting pointers to archetypes at the IR level. Along with the previous commit this fixes <rdar://problem/15597271>. Swift SVN r11621