add a version of the APFloat constructor that initializes to 0.0
commit1581dc7e9c17c8c7e315d70e0b09e8b56b18f520
authorChris Lattner <sabre@nondot.org>
Thu, 17 Sep 2009 01:08:43 +0000 (17 01:08 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 17 Sep 2009 01:08:43 +0000 (17 01:08 +0000)
treed7c653a892e41db3b927f5cbdc83b533bc86df9c
parentf7f012381f5d47bb4f8a5a4663311daee8692cbf
add a version of the APFloat constructor that initializes to 0.0

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