Commits

Erik Eckstein committed 9d8c98551c0
Add an optimization pass to optimize cond_fail instructions. Summary: it tries to move cond_fail instruction to predecessor blocks, if benefitial. For details see the comment in CondFailOpt.cpp. Swift SVN r26592