1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-25 20:23:11 +01:00

Add missing functions.

llvm-svn: 145608
This commit is contained in:
Chad Rosier 2011-12-01 18:26:19 +00:00
parent 95a0674b1b
commit aafbda2d54

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",