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

Duncan Sands <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED

--- Comment #8 from Duncan Sands <[email protected]> 2011-03-08 04:47:13 CST ---
This was fixed some time ago.  The suggested patch was wrong because it rounds
towards zero, rather than rounding down (eg: patch sent -1.5 to -1 but should
be -2).

-- 
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