Check that APFloat::convert is not trying to target
authorDale Johannesen <dalej@apple.com>
Sun, 20 Apr 2008 01:34:03 +0000 (01:34 +0000)
committerDale Johannesen <dalej@apple.com>
Sun, 20 Apr 2008 01:34:03 +0000 (01:34 +0000)
commit79f82f9fd5dd5bceaf2a3b1c0426b3e7f40b6474
treed255d50237888569c56ae95dc039a9b71ec49124
parentd8eb63fc7231363ecbfe3c6ea41a2e30be02682b
Check that APFloat::convert is not trying to target
ppc long double, which doesn't work.

This may break some stuff temporarily, but I want to
avoid the propagation of code that assumes this works.

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