Commits
Mark Lacey committed 7640b675048
Optimize switch_enum to unchecked_enum_data. In cases where there is only one successor to a switch_enum that does not end with "unreachable", replace the switch_enum with an unchecked_enum_data extracting the data for that one valid successor. Swift SVN r17312