summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDuncan Sands <baldrick@free.fr>2008-07-10 15:33:02 +0000
committerDuncan Sands <baldrick@free.fr>2008-07-10 15:33:02 +0000
commitbe1ad4de2900451626c8d4ace07b9ea16099ea1d (patch)
tree25c0c75b1a0467970366ab6bbe5484977a97d3e7 /include
parent03dc093a2e63d20984c8fd67809fa762f1e31f1a (diff)
downloadllvm-be1ad4de2900451626c8d4ace07b9ea16099ea1d.tar.gz
llvm-be1ad4de2900451626c8d4ace07b9ea16099ea1d.tar.bz2
llvm-be1ad4de2900451626c8d4ace07b9ea16099ea1d.tar.xz
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
Diffstat (limited to 'include')
-rw-r--r--include/llvm/CodeGen/RuntimeLibcalls.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/llvm/CodeGen/RuntimeLibcalls.h b/include/llvm/CodeGen/RuntimeLibcalls.h
index 0138b0c484..9452d9ed62 100644
--- a/include/llvm/CodeGen/RuntimeLibcalls.h
+++ b/include/llvm/CodeGen/RuntimeLibcalls.h
@@ -97,6 +97,7 @@ namespace RTLIB {
FPTOSINT_F64_I32,
FPTOSINT_F64_I64,
FPTOSINT_F64_I128,
+ FPTOSINT_F80_I32,
FPTOSINT_F80_I64,
FPTOSINT_F80_I128,
FPTOSINT_PPCF128_I32,