Commits

Mark Lacey committed dcf7d5cc3ab
Start refactoring type substitution cloning for use in inliner. Add a new SpecializingCloner that will contain the generic-specialization-specific functionality needed by that pass. This inherits from TypeSubCloner, which I will move into a separate file in a future commit after further refactoring. Swift SVN r18791