Commits

Roman Levenstein committed b3049f9bb2c
[sil-generic-specialzer] Fix a bug in specialization of recursive generic functions. Handle recursions by replacing the apply to the callee with an apply to the newly specialized function, but only if substitutions are the same. rdar://20676434 Swift SVN r27671