Commits

Roman Levenstein committed 9c62c5bdc9c
Remove all the complex cast optimization logic from TypeSubstCloner. This is a part of the re-factoring effort to centralize the logic for type casts optimizations. Now all those optimizations are performed by appropriate passes like sil-simplify-cfg and sil-combine. Swift SVN r26121