diff options
Diffstat (limited to 'include/llvm/CodeGen/RuntimeLibcalls.h')
-rw-r--r-- | include/llvm/CodeGen/RuntimeLibcalls.h | 4 |
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, |