aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/CodeGen
diff options
context:
space:
mode:
authorSanjiv Gupta <sanjiv.gupta@microchip.com>2009-06-16 10:22:58 +0000
committerSanjiv Gupta <sanjiv.gupta@microchip.com>2009-06-16 10:22:58 +0000
commit7d8d36a69f4089d1829797aae90d276c9fb5b260 (patch)
treec6f1fd94d9ee37672958290115b4b6915d72de0a /include/llvm/CodeGen
parentbde794207250602d8f12eb900d6412c1d50e47c3 (diff)
downloadexternal_llvm-7d8d36a69f4089d1829797aae90d276c9fb5b260.tar.gz
external_llvm-7d8d36a69f4089d1829797aae90d276c9fb5b260.tar.bz2
external_llvm-7d8d36a69f4089d1829797aae90d276c9fb5b260.zip
Fixed names of libcalls checked in r73480.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@73483 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/CodeGen')
-rw-r--r--include/llvm/CodeGen/RuntimeLibcalls.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/llvm/CodeGen/RuntimeLibcalls.h b/include/llvm/CodeGen/RuntimeLibcalls.h
index afc1411088..7f2c8bc368 100644
--- a/include/llvm/CodeGen/RuntimeLibcalls.h
+++ b/include/llvm/CodeGen/RuntimeLibcalls.h
@@ -181,8 +181,6 @@ namespace RTLIB {
FPTOUINT_PPCF128_I32,
FPTOUINT_PPCF128_I64,
FPTOUINT_PPCF128_I128,
- SINTTOFP_I32_F8,
- SINTTOFP_I32_F16,
SINTTOFP_I32_F32,
SINTTOFP_I32_F64,
SINTTOFP_I32_F80,
@@ -195,8 +193,6 @@ namespace RTLIB {
SINTTOFP_I128_F64,
SINTTOFP_I128_F80,
SINTTOFP_I128_PPCF128,
- UINTTOFP_I32_F8,
- UINTTOFP_I32_F16,
UINTTOFP_I32_F32,
UINTTOFP_I32_F64,
UINTTOFP_I32_F80,