Fix long double<->shorter FP type conversions
authorDale Johannesen <dalej@apple.com>
Tue, 25 Sep 2007 17:25:00 +0000 (17:25 +0000)
committerDale Johannesen <dalej@apple.com>
Tue, 25 Sep 2007 17:25:00 +0000 (17:25 +0000)
commit902ff94aff34acb2b11f4651f4a4006cb788301a
tree18f981dcd3b8deaea4728a4551c6fe8b7b8d2c8c
parentc3b0b5ca1d5772cf90c0c66e03412da33a0d7cdb
Fix long double<->shorter FP type conversions
of zero, infinity, and NaNs.

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