mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Per review, there's currently no need to reserve space
for future expansion in this. Swift SVN r6122
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user