Commits

Joe Groff committed c3bb5e7451d
IRGen: Handle empty payloads in multi-payload enum layout. This can come up now when generic multi-payload enums substitute in empty types for all their payloads. It's also an opportunity to factor things a bit so that they're easier to extend to dynamic cases. Swift SVN r27783