add a version of ConstantFP::get that doesn't take a redundant Type* value,
authorChris Lattner <sabre@nondot.org>
Wed, 9 Apr 2008 00:45:01 +0000 (00:45 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 9 Apr 2008 00:45:01 +0000 (00:45 +0000)
commit4592230265384bebc2879303310f89dee4d9d7a8
tree5c2d918cf5f15eee6609e9be6b0ea5b51461c864
parent77d00b0cea5ff46d2b8bc14069b9548ffd74e3ac
add a version of ConstantFP::get that doesn't take a redundant Type* value,
start migrating code over to use it.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@49413 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Constants.h
lib/VMCore/Constants.cpp