Commits

Arnold Schwaighofer committed 2106b447044
RegionCloner: Split edges from non cond_br terminators to exit blocks When we clone the exiting block such edges become critical and we don't like critical non cond_br edges (updating SSA needs to put arguments somewhere and such). radar://20114457 Swift SVN r25982