Commits

Roman Levenstein committed b5f73b2f347
Add support for removal of the dead code after "unreachable" even during SIL cloning and generic specialization. SIL cloning is not always followed by sil-combine, which could do the clean-up. Therefore, take care of removing the dead code after "unreachable" instructions at the end of the cloning process. Swift SVN r26029