[APFloat] Changed APFloat::isNormal => APFloat::isFiniteNonZero for all tests in...
authorMichael Gottesman <mgottesman@apple.com>
Wed, 19 Jun 2013 21:53:45 +0000 (21:53 +0000)
committerMichael Gottesman <mgottesman@apple.com>
Wed, 19 Jun 2013 21:53:45 +0000 (21:53 +0000)
commit4f71c1b2b9b1195d6f5107c433e06dedc0a61d14
treedf2e3b4cda75c77e94aaeb3f942a6d6883c35bd2
parentc971cb828164e02cb9ab4d715e0a0fe00566dcbb
[APFloat] Changed APFloat::isNormal => APFloat::isFiniteNonZero for all tests in unittests.

I forgot to to do this in r184356. The only references were in APFloatTest.cpp.

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