Add a mysteriously missing libcall, FPTOSINT_F80_I32.
authorDuncan Sands <baldrick@free.fr>
Thu, 10 Jul 2008 15:33:02 +0000 (15:33 +0000)
committerDuncan Sands <baldrick@free.fr>
Thu, 10 Jul 2008 15:33:02 +0000 (15:33 +0000)
commitbe1ad4de2900451626c8d4ace07b9ea16099ea1d
tree25c0c75b1a0467970366ab6bbe5484977a97d3e7
parent03dc093a2e63d20984c8fd67809fa762f1e31f1a
Add a mysteriously missing libcall, FPTOSINT_F80_I32.
Be nice to 16 bit machines by supporting FP_TO_XINT
expansion for these.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@53407 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/RuntimeLibcalls.h
lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
lib/CodeGen/SelectionDAG/LegalizeFloatTypes.cpp
lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp
lib/CodeGen/SelectionDAG/TargetLowering.cpp