Commits

Roman Levenstein committed c5830745d74
Minor improvement: Perform removal of external functions bodies before dead function elimination. Doing it before dead functions elimination creates more opportunities for dead function removal, because function references from bodies of external functions do not need to be taken into account any more. Swift SVN r24431