[APFloat] Rename isIEEENormal => isNormal and remove old isNormal method.
authorMichael Gottesman <mgottesman@apple.com>
Thu, 20 Jun 2013 18:34:38 +0000 (18:34 +0000)
committerMichael Gottesman <mgottesman@apple.com>
Thu, 20 Jun 2013 18:34:38 +0000 (18:34 +0000)
commita1694e578492c90c246e59ec861c1a34f8ad7b4d
tree3454a7bee509aeda063c33f0571c5a915eef32ae
parenteb729e004bed134c61b811286e958815b9c4809f
[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.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@184449 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/ADT/APFloat.h
unittests/ADT/APFloatTest.cpp