mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
The `maxBitfieldID` was defined as `size_t` and used to assert bitfield ID values. The `currentBitfieldID` of `SILFunction` is defined as `uint64_t`, so we should consistently use `uint64_t` for `maxBitfieldID` as well for 32-bit platforms.
29 KiB
29 KiB