Expand UINT_TO_FP in turns of SINT_TO_FP when UINTTOFP_* libcalls are not available.
authorEvan Cheng <evan.cheng@apple.com>
Fri, 27 Apr 2007 07:33:31 +0000 (07:33 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Fri, 27 Apr 2007 07:33:31 +0000 (07:33 +0000)
commit4c6cfad85e63e2dbe273431bdf20533b495c955d
treea566eb3d7ae5c19b0bee337c14233570e29f6c83
parentc88725fe21ca0cd2f0de28458b0ae333dd4317d6
Expand UINT_TO_FP in turns of SINT_TO_FP when UINTTOFP_* libcalls are not available.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36501 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/SelectionDAG/LegalizeDAG.cpp