Fix two APFloat bugs in converting hexadecimal constants.
authorDaniel Dunbar <daniel@zuster.org>
Thu, 20 Aug 2009 17:12:33 +0000 (17:12 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Thu, 20 Aug 2009 17:12:33 +0000 (17:12 +0000)
commitcdd93d8c35e1e983fd3a37f3de2ebc154731f20d
tree3731cd7adb2b864168cb84563956fbef197f9423
parent5078f84c82814e4d33846f9ef54281619d362f8a
Fix two APFloat bugs in converting hexadecimal constants.

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