summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTim Northover <tnorthover@apple.com>2014-02-04 16:28:20 +0000
committerTim Northover <tnorthover@apple.com>2014-02-04 16:28:20 +0000
commit8f0354c973feefc54f4d4ca138ee072e1986d9ad (patch)
treec2576eb26116f5ad09c52170b7e81871b797fbf3 /include
parentf9ced85e49f530c1cc3559b881c4b28a29408985 (diff)
downloadllvm-8f0354c973feefc54f4d4ca138ee072e1986d9ad.tar.gz
llvm-8f0354c973feefc54f4d4ca138ee072e1986d9ad.tar.bz2
llvm-8f0354c973feefc54f4d4ca138ee072e1986d9ad.tar.xz
OS X: the correct function is __sincospif_stret, not __sincospi_stretf
rdar://problem/13729466 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@200771 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r--include/llvm/Target/TargetLibraryInfo.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/llvm/Target/TargetLibraryInfo.h b/include/llvm/Target/TargetLibraryInfo.h
index 326104da0e..3bd8101e21 100644
--- a/include/llvm/Target/TargetLibraryInfo.h
+++ b/include/llvm/Target/TargetLibraryInfo.h
@@ -67,8 +67,8 @@ namespace llvm {
memcpy_chk,
/// double __sincospi_stret(double x);
sincospi_stret,
- /// float __sincospi_stretf(float x);
- sincospi_stretf,
+ /// float __sincospif_stret(float x);
+ sincospif_stret,
/// double __sinpi(double x);
sinpi,
/// float __sinpif(float x);