diff options
author | Chad Rosier <mcrosier@apple.com> | 2011-12-01 18:26:19 +0000 |
---|---|---|
committer | Chad Rosier <mcrosier@apple.com> | 2011-12-01 18:26:19 +0000 |
commit | 676c093758edf10b68e7e9c3e88a746aacdf3e94 (patch) | |
tree | 2681ada852d543af4ee4b46c96ab92d5738145f7 /llvm/lib/Target/TargetLibraryInfo.cpp | |
parent | 3ced545ccf22ce2d0c2a0b482a761194e3096d90 (diff) | |
download | bcm5719-llvm-676c093758edf10b68e7e9c3e88a746aacdf3e94.tar.gz bcm5719-llvm-676c093758edf10b68e7e9c3e88a746aacdf3e94.zip |
Add missing functions.
llvm-svn: 145608
Diffstat (limited to 'llvm/lib/Target/TargetLibraryInfo.cpp')
-rw-r--r-- | llvm/lib/Target/TargetLibraryInfo.cpp | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/llvm/lib/Target/TargetLibraryInfo.cpp b/llvm/lib/Target/TargetLibraryInfo.cpp index 0ab0d3123bd..5805cd4837f 100644 --- a/llvm/lib/Target/TargetLibraryInfo.cpp +++ b/llvm/lib/Target/TargetLibraryInfo.cpp @@ -84,10 +84,13 @@ const char* TargetLibraryInfo::StandardNames[LibFunc::NumLibFuncs] = "pow", "powf", "powl", - "siprintf", "sin", "sinl", "sinf", + "sinh", + "sinhl", + "sinhf", + "siprintf", "sqrt", "sqrtl", "sqrtf", |