NFC: Fix ClassDecl inline bitfield count

This commit is contained in:
Hamish Knight
2019-11-08 17:21:08 -08:00
parent 0a262fc513
commit 9e77d31d6e

View File

@@ -531,7 +531,7 @@ protected:
NumRequirementsInSignature : 16
);
SWIFT_INLINE_BITFIELD(ClassDecl, NominalTypeDecl, 2+1+1+2+1+7+1+1+1+1+1+1,
SWIFT_INLINE_BITFIELD(ClassDecl, NominalTypeDecl, 2+1+1+2+1+1+1+1+1+1,
/// The stage of the inheritance circularity check for this class.
Circularity : 2,