Add APFloat -> hexadecimal string conversion, as per %a and %A in C99.
authorNeil Booth <neil@daikokuya.co.uk>
Wed, 3 Oct 2007 22:26:02 +0000 (22:26 +0000)
committerNeil Booth <neil@daikokuya.co.uk>
Wed, 3 Oct 2007 22:26:02 +0000 (22:26 +0000)
commita30b0ee959b53e83ed3697ee0b704a493829dc04
treef42bf461e79ba897c612c26de80fea76d01da650
parent9cb7f49ee9d8c77f5ae82e36befde2b3094fdd02
Add APFloat -> hexadecimal string conversion, as per %a and %A in C99.
Useful for diagnostics and debugging.

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