Commits

Joe Groff committed 723697f4216
IRGen: Don't use spare bits in fixed instances of dependent multi-payload enums. We don't want to wait to revamp the runtime to track spare bits in order to get multi-payload enum cases working, so when lowering an enum, track when the generic enum type's layout is dependent, and constrain our use of spare bits when it is. Swift SVN r27781