Commits

Mark Lacey committed fee6979366d
Handle the default case properly in switch_enum_inst simplification. If we reach a switch_enum_inst via the default case of another switch_enum_inst that is switching on the same value, we should keep looking up the dominator tree rather than asserting. Fixes <rdar://problem/16744848>. Swift SVN r17020