Commits

Joe Groff committed a806943d021
IRGen: Allow empty-type enum payloads to be projected. We can still produce an undefined address for the empty value, even though we considered them as no-payload cases for layout purposes. Fixes rdar://problem/21515490. Swift SVN r30490