Commits

Mark Lacey committed 006637f98a4
Fix bitcasting issue in partial apply forwarding thunks. In the case where we generate a forwarding thunk with no polymorphic arguments that forwards to a method that has polymorphic arguments, we were grabbing the wrong type for the cast of the context argument. The context argument, if there is one, should be after the polymorphic arguments. Fixes rdar://problem/23528633.