Add missing functions.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@145608 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chad Rosier
2011-12-01 18:26:19 +00:00
parent 618f89f22a
commit fbd828d8e1

View File

@@ -84,10 +84,13 @@ const char* TargetLibraryInfo::StandardNames[LibFunc::NumLibFuncs] =
"pow", "pow",
"powf", "powf",
"powl", "powl",
"siprintf",
"sin", "sin",
"sinl", "sinl",
"sinf", "sinf",
"sinh",
"sinhl",
"sinhf",
"siprintf",
"sqrt", "sqrt",
"sqrtl", "sqrtl",
"sqrtf", "sqrtf",