From 676c093758edf10b68e7e9c3e88a746aacdf3e94 Mon Sep 17 00:00:00 2001 From: Chad Rosier Date: Thu, 1 Dec 2011 18:26:19 +0000 Subject: Add missing functions. llvm-svn: 145608 --- llvm/lib/Target/TargetLibraryInfo.cpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'llvm/lib/Target/TargetLibraryInfo.cpp') diff --git a/llvm/lib/Target/TargetLibraryInfo.cpp b/llvm/lib/Target/TargetLibraryInfo.cpp index 0ab0d3123bd..5805cd4837f 100644 --- a/llvm/lib/Target/TargetLibraryInfo.cpp +++ b/llvm/lib/Target/TargetLibraryInfo.cpp @@ -84,10 +84,13 @@ const char* TargetLibraryInfo::StandardNames[LibFunc::NumLibFuncs] = "pow", "powf", "powl", - "siprintf", "sin", "sinl", "sinf", + "sinh", + "sinhl", + "sinhf", + "siprintf", "sqrt", "sqrtl", "sqrtf", -- cgit v1.2.3