Commits

Joe Groff committed 86060220369
Give SILFunctionType an interface for substituting its dependent generic signature. Factor the logic for turning a substitution vector into a TypeSubstitutionMap into a method on GenericSignature, and use it in GenericFunctionType and SILFunctionType to implement their substGenericArgs interfaces. Swift SVN r11906