llvm-6502/include
Reid Spencer 758d1bc919 Make it illegal to set 0 bits in getHighBitsSet and getLowBitsSet. For that
they should have used the uint64_t constructor. This avoids causing
undefined results via shifts by the word size when the bit width is an
exact multiple of the word size.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35313 91177308-0d34-0410-b5e6-96231b3b80d8
2007-03-24 23:47:58 +00:00
..
llvm Make it illegal to set 0 bits in getHighBitsSet and getLowBitsSet. For that 2007-03-24 23:47:58 +00:00
llvm-c