Commits

Erik Eckstein committed 53bb3e8ea10
SimplifyCFG: improve switch_enum simplification. Figure out the enum case if an enum value is dominated by a switch_enum and use this info for a subsequent switch_enum to be simplified. This change partly recovers the ClosedRange-regression. rdar://problem/25933907