* Separate all of the grunt work of inlining out into the Utils library.
authorChris Lattner <sabre@nondot.org>
Thu, 29 May 2003 15:11:31 +0000 (15:11 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 29 May 2003 15:11:31 +0000 (15:11 +0000)
commitca398dc3989d35e8516489fd163e012133bd41cb
treebe6e5b5dce396e6f5a6fd8db93aff56d0b084300
parentf0afa50b6c6d3c24d1d423e05b85c75701271710
* Separate all of the grunt work of inlining out into the Utils library.
* Make the function inliner _significantly_ smarter.  :)

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6396 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/IPO/InlineSimple.cpp
lib/Transforms/Utils/InlineFunction.cpp [new file with mode: 0644]