Commits

Erik Eckstein committed f2b0e99138b
SimplifyCFG: Simplify terminators which jump to a common destination block (without arguments) on all successors. Such terminators are replaced with a simple branch instruction. This optimization was done for cond_br but not for other terminators, like switch_enum. Swift SVN r26716