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
commit958b08bf53f17d2b007eef74c39610bc0010fe3d (patch)
tree2df542510f638da75e71955e8f6750de9053d786 /include
parent11948d6b2065509c4ad3fdae58da10bfd3b13e90 (diff)
downloadexternal_llvm-958b08bf53f17d2b007eef74c39610bc0010fe3d.zip
external_llvm-958b08bf53f17d2b007eef74c39610bc0010fe3d.tar.gz
external_llvm-958b08bf53f17d2b007eef74c39610bc0010fe3d.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,