For PR696:
authorReid Spencer <rspencer@reidspencer.com>
Thu, 19 Jan 2006 08:36:56 +0000 (08:36 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Thu, 19 Jan 2006 08:36:56 +0000 (08:36 +0000)
commitaa87e0523d7d231d12f2b37463184c1ad356718f
treecd79c250459b806dc043047946166b0e505839d6
parente7916e6986a93a6cdef52bc6f91a0a1d9e0927b0
For PR696:
Don't do floor->floorf conversion if floorf is not available. This checks
the compiler's host, not its target, which is incorrect for cross-compilers
Not sure that's important as we don't build many cross-compilers.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25456 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/IPO/SimplifyLibCalls.cpp