Commits

Roman Levenstein committed 7011a5f4b4c
[generic-specializer] Add support for specializing generic partial_apply instructions. Use existing machinery of the generic specializer to produce generic specializations of closures referenced by partial_apply instructions. Thanks to the newly introduced ApplyInstBase class, the required changes in the generic specializer are very minimal. rdar://19290942 Swift SVN r26582