Per review, there's currently no need to reserve space

for future expansion in this.

Swift SVN r6122
This commit is contained in:
John McCall
2013-07-10 18:35:47 +00:00
parent e62a251701
commit 6e79ed41f9
2 changed files with 1 additions and 1 deletions

View File

@@ -110,7 +110,7 @@ enum Ownership : uint8_t {
Weak,
Unowned
};
using OwnershipField = BCFixed<4>;
using OwnershipField = BCFixed<2>;
/// The various types of blocks that can occur within a serialized Swift
/// module.