Add a method to APFloat to convert directly from APInt.
authorDan Gohman <gohman@apple.com>
Fri, 29 Feb 2008 01:26:11 +0000 (01:26 +0000)
committerDan Gohman <gohman@apple.com>
Fri, 29 Feb 2008 01:26:11 +0000 (01:26 +0000)
commit93c276e1c92da03ce9805fd3f3814b5e9b8cd57c
tree617eb409446e32dac79adc69b0f270346bb14428
parentd703ed6aed98c8156829399efbafb13a3cca0b69
Add a method to APFloat to convert directly from APInt.

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