[llvm-commits] [llvm] r44082 - /llvm/trunk/include/llvm/ADT/SparseBitVector.h
Owen Anderson
resistor at mac.com
Tue Nov 13 15:17:31 PST 2007
On Nov 13, 2007, at 5:04 PM, Hartmut Kaiser wrote:
> - return iterator(this, ~0);
> + return iterator(this, true);
I'm not sure this is right. Is "true" guaranteed to be all-ones when
cast to an integer, or just to contain at least one 1 bit? If the
latter, then this patch changes the meaning.
--Owen
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 2555 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20071113/89c858f5/attachment.bin>
More information about the llvm-commits
mailing list