aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorDale Johannesen <dalej@apple.com>2007-09-19 23:55:34 +0000
committerDale Johannesen <dalej@apple.com>2007-09-19 23:55:34 +0000
commit73328d14acba0144f121b557ce0e1539c6a21a18 (patch)
tree2df542510f638da75e71955e8f6750de9053d786 /include
parente71bff7405392ad5904f986724a65f965c0686e8 (diff)
downloadexternal_llvm-73328d14acba0144f121b557ce0e1539c6a21a18.zip
external_llvm-73328d14acba0144f121b557ce0e1539c6a21a18.tar.gz
external_llvm-73328d14acba0144f121b557ce0e1539c6a21a18.tar.bz2
More long double fixes. x86_64 should build now.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@42155 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r--include/llvm/CodeGen/RuntimeLibcalls.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/llvm/CodeGen/RuntimeLibcalls.h b/include/llvm/CodeGen/RuntimeLibcalls.h
index 2609c55..0b36c6d 100644
--- a/include/llvm/CodeGen/RuntimeLibcalls.h
+++ b/include/llvm/CodeGen/RuntimeLibcalls.h
@@ -70,14 +70,18 @@ namespace RTLIB {
FPTOSINT_F32_I64,
FPTOSINT_F64_I32,
FPTOSINT_F64_I64,
+ FPTOSINT_LD_I64,
FPTOUINT_F32_I32,
FPTOUINT_F32_I64,
FPTOUINT_F64_I32,
FPTOUINT_F64_I64,
+ FPTOUINT_LD_I32,
+ FPTOUINT_LD_I64,
SINTTOFP_I32_F32,
SINTTOFP_I32_F64,
SINTTOFP_I64_F32,
SINTTOFP_I64_F64,
+ SINTTOFP_I64_LD,
UINTTOFP_I32_F32,
UINTTOFP_I32_F64,
UINTTOFP_I64_F32,