[llvm] r184449 - [APFloat] Rename isIEEENormal => isNormal and remove old isNormal method.

Eli Friedman eli.friedman at gmail.com
Thu Jun 20 11:39:33 PDT 2013


On Thu, Jun 20, 2013 at 11:34 AM, Michael Gottesman <mgottesman at apple.com>wrote:

> Author: mgottesman
> Date: Thu Jun 20 13:34:38 2013
> New Revision: 184449
>
> URL: http://llvm.org/viewvc/llvm-project?rev=184449&view=rev
> Log:
> [APFloat] Rename isIEEENormal => isNormal and remove old isNormal method.
>
> The old isNormal is already functionally replaced by the method
> isFiniteNonZero
> in r184350 and all references to said method were replaced in LLVM/clang in
> r184356/134366.
>
>
This might be worth putting into the release notes.

-Eli
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20130620/912a9921/attachment.html>


More information about the llvm-commits mailing list