commit | fbd828d8e1133763c8acee540bcd221bc2aab355 | [log] [tgz] |
---|---|---|
author | Chad Rosier <mcrosier@apple.com> | Thu Dec 01 18:26:19 2011 +0000 |
committer | Chad Rosier <mcrosier@apple.com> | Thu Dec 01 18:26:19 2011 +0000 |
tree | 048ce5454c34b0e7e723b2367b6e7b80471ac1b2 | |
parent | 618f89f22a5bf355648e84d833fd9cef54183662 [diff] |
Add missing functions. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@145608 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Target/TargetLibraryInfo.cpp b/lib/Target/TargetLibraryInfo.cpp index 0ab0d31..5805cd4 100644 --- a/lib/Target/TargetLibraryInfo.cpp +++ b/lib/Target/TargetLibraryInfo.cpp
@@ -84,10 +84,13 @@ "pow", "powf", "powl", - "siprintf", "sin", "sinl", "sinf", + "sinh", + "sinhl", + "sinhf", + "siprintf", "sqrt", "sqrtl", "sqrtf",