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

Attachment: smime.p7s
Description: S/MIME cryptographic signature

_______________________________________________
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

Reply via email to