Add more functions to the target library information.
authorMeador Inge <meadori@codesourcery.com>
Sat, 10 Nov 2012 03:11:06 +0000 (03:11 +0000)
committerMeador Inge <meadori@codesourcery.com>
Sat, 10 Nov 2012 03:11:06 +0000 (03:11 +0000)
commit2526a42ef1b41b339c3e7bd4a51864bb63eaa8fa
treec8c64b8ed587c0061ac98446211fb22b25ac6d4b
parenta17fea1967e5d6fc05c7d08a8e0e04e9031fc0aa
Add more functions to the target library information.

In the process of migrating optimizations from the simplify-libcalls pass
to the instcombine pass I noticed that a few functions are missing from
the target library information.  These functions need to be available for
querying in the instcombine library call simplifiers.  More functions will
probably be added in the future as more simplifiers are migrated to
instcombine.

llvm-svn: 167659
llvm/include/llvm/Target/TargetLibraryInfo.h
llvm/lib/Target/TargetLibraryInfo.cpp