Added code to the unittest for APFloat::getSmallest to double check that we consider...
authorMichael Gottesman <mgottesman@apple.com>
Thu, 30 May 2013 00:18:44 +0000 (00:18 +0000)
committerMichael Gottesman <mgottesman@apple.com>
Thu, 30 May 2013 00:18:44 +0000 (00:18 +0000)
commit7d13d525bc9894a3be8e698002a01ce8ba5fc45d
tree4fb1e5da46153349e88b2cb1589d91e2bdf578b9
parent3e8d356b8103e1e3ddeb9b44d19f3a51af873261
Added code to the unittest for APFloat::getSmallest to double check that we consider the result to be denormal.

I additionally changed certain checks to use EXPECT_FALSE instead of a boolean
complement with EXPECT_TRUE.

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