Chris' change to print an approximation to long doubles
authorDale Johannesen <dalej@apple.com>
Thu, 31 Jan 2008 18:34:01 +0000 (18:34 +0000)
committerDale Johannesen <dalej@apple.com>
Thu, 31 Jan 2008 18:34:01 +0000 (18:34 +0000)
commitb63fa050b75b1aefbd6b0dac23ca789fac29128b
treeb68b75ecd1b6989412666cc71dffa637b085bee6
parent713a13906aedef33669f5bc961140bd41e6241d2
Chris' change to print an approximation to long doubles
exposed a bug in APFloat's long double->double conversion of
NaNs.  Broke several things in the ieee part of gcc testsuite.

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