Commits
Erik Eckstein committed 07273ff53b3
SimplifyCFG: create select_value instructions. Currently this is only done for integer input values and enum output values. The purpose is to simplify enum initializations from integer raw values. Together with an llvm patch, which I'm currently commiting, the Enum.init(rawValue: Int) will be compiled to a range-check + int-cast. Swift SVN r23320