mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
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:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user