Speculatively revert "IRGen: Make case numbering consistent for enums with empty payloads"

I suspect its breaking the build. I must've screwed up my testing.

This reverts commit 86e6b81336.
This commit is contained in:
Slava Pestov
2015-12-21 14:50:16 -08:00
parent 4c6d972691
commit 6c2d8839ec
5 changed files with 34 additions and 104 deletions

View File

@@ -504,8 +504,6 @@ public:
}
bool isResilient(Decl *decl, ResilienceScope scope);
ResilienceScope getResilienceScopeForAccess(NominalTypeDecl *decl);
ResilienceScope getResilienceScopeForLayout(NominalTypeDecl *decl);
SpareBitVector getSpareBitsForType(llvm::Type *scalarTy, Size size);