Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
A signed bitfield's range is [-1,0], so assigning 1 is technically an…
… overflow. However, the other bitfield requires a signed value (it supports negative offsets), so it is slightly better to retain a signed 1-bit bitfield and use -1 instead of 1. Silences an MSVC warning. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@260973 91177308-0d34-0410-b5e6-96231b3b80d8
- Loading branch information