Fix APFloat::getLargest so that it actually returns the correct value. Found by...
authorEli Friedman <eli.friedman@gmail.com>
Wed, 12 Oct 2011 21:51:36 +0000 (21:51 +0000)
committerEli Friedman <eli.friedman@gmail.com>
Wed, 12 Oct 2011 21:51:36 +0000 (21:51 +0000)
commit7247a5f20e1997e38cdfe3558afe8f10d547f2eb
tree367b90616f993fb49ba90d29b321ea10be98e56c
parent41242942fcbb2e6bc4e5bed3e8041f7b20ece8af
Fix APFloat::getLargest so that it actually returns the correct value.  Found by accident while reviewing a patch to nearby code.

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