Add a few more functions to TargetLibraryInfo. More of rdar://10500969.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@145596 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Target/TargetLibraryInfo.cpp b/lib/Target/TargetLibraryInfo.cpp
index f21e7ff..0ab0d31 100644
--- a/lib/Target/TargetLibraryInfo.cpp
+++ b/lib/Target/TargetLibraryInfo.cpp
@@ -31,6 +31,9 @@
     "atan",
     "atanl",
     "atanf",
+    "atan2",
+    "atan2l",
+    "atan2f",
     "ceil",
     "ceill",
     "ceilf",
@@ -56,6 +59,9 @@
     "floorl",
     "floorf",
     "fiprintf",
+    "fmod",
+    "fmodl",
+    "fmodf",
     "fputs",
     "fwrite",
     "iprintf",
@@ -79,9 +85,18 @@
     "powf",
     "powl",
     "siprintf",
+    "sin",
+    "sinl",
+    "sinf",
     "sqrt",
     "sqrtl",
-    "sqrtf"
+    "sqrtf",
+    "tan",
+    "tanl",
+    "tanf",
+    "tanh",
+    "tanhl",
+    "tanhf"
   };
 
 /// initialize - Initialize the set of available library functions based on the