Commits

Slava Pestov committed 2adabe500bd
IRGen: Fix incorrect conditional in multi-payload destructiveInjectEnumTag() witness We were checking if the tag was <= numPayloadCases, not <. Fix this and swap the order of the basic blocks so that the no-tag case is the fall through for consistency with getEnumTag().