Delete the IPO simplify-libcalls and completely reimplement it as
authorChris Lattner <sabre@nondot.org>
Thu, 1 May 2008 06:25:24 +0000 (06:25 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 1 May 2008 06:25:24 +0000 (06:25 +0000)
commitfd1cbbe9cfeddab8ec99a9325c1e87311609c0a3
tree97c06df8a7a6e2792fdf3f9523324af2afc839d3
parent2facbddb76e68fcc4d842174859506ca1584604c
Delete the IPO simplify-libcalls and completely reimplement it as
a FunctionPass.  This makes it simpler, fixes dozens of bugs, adds
a couple of minor features, and shrinks is considerably: from
2214 to 1437 lines.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@50520 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Transforms/IPO.h
include/llvm/Transforms/Scalar.h
lib/Transforms/IPO/SimplifyLibCalls.cpp [deleted file]
lib/Transforms/Scalar/SimplifyLibCalls.cpp [new file with mode: 0644]