Commits

Arnold Schwaighofer committed 477594a9d8b
SILCombiner: Simplify select_enum_addr -> load + select_enum for loadable types This enables Mem2Reg'ing the enum. Without this reapplying r22828 would cause some serious regressions. Swift SVN r22851