Commits

Joe Groff committed 6ed4eba9c2d
IRGen: Add missing forwarding stub in FixedEnumImplStrategy. Without this, fixed-sized, address-only enums failed to correctly delegate their `getFixedExtraInhabitantMask` implementation to the enum layout strategy, causing a miscompile where switches would test undefined bits of the enum payload. Fixes rdar://problem/24885747.