http://llvm.org/bugs/show_bug.cgi?id=3584


Eli Friedman <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID




--- Comment #1 from Eli Friedman <[email protected]>  2009-02-14 17:40:49 
---
The method isStrictlyPositive doesn't do what you think it does... it always
assumes the input is signed.  You need to check isSigned() as well.


-- 
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to