Commits

Mark Lacey committed ef1886a4c15
Fix crash generating IR for select_enum with payload that has no extra inhabitants. We were crashing grabbing the extra inhabitant mask, which does not always exist. Instead, test to see if there are extra inhabitants and only use that mask in the comparison if there are in fact extra inhabitants in the enum layout. Fixes rdar://problem/21514065. Swift SVN r29662