Remove the basic inliner. This was added in 2007, and hasn't really
authorChandler Carruth <chandlerc@gmail.com>
Thu, 15 Mar 2012 01:37:56 +0000 (01:37 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Thu, 15 Mar 2012 01:37:56 +0000 (01:37 +0000)
commit59c5d7bf2cc64a1e600c0fb190841dc2b15dbf71
treef45ab62324092bfc445f633e38372ac6d0067574
parent377c7f049de15ba1541e2881ed1ece386048149e
Remove the basic inliner. This was added in 2007, and hasn't really
changed since. No one was using it. It is yet another consumer of the
InlineCost interface that I'd like to change.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@152769 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Transforms/Utils/BasicInliner.h [deleted file]
lib/Transforms/Utils/BasicInliner.cpp [deleted file]
lib/Transforms/Utils/CMakeLists.txt