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",
"powf",
"powl",
"siprintf",
"sin",
"sinl",
"sinf",
"sinh",
"sinhl",
"sinhf",
"siprintf",
"sqrt",
"sqrtl",
"sqrtf",