reduce inlining factor some stuff out to a static helper function,
authorChris Lattner <sabre@nondot.org>
Thu, 27 Aug 2009 03:51:50 +0000 (03:51 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 27 Aug 2009 03:51:50 +0000 (03:51 +0000)
commit135755dae4c3fa8003b76150689d5064aa4612ee
treef43bc4919dda926075bff102eeca1a9818a589dd
parent639217cb6a3948800c71c39503f8def4873a535e
reduce inlining factor some stuff out to a static helper function,
and other code cleanups.  No functionality change.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80199 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/IPO/Inliner.cpp
lib/Transforms/Utils/InlineFunction.cpp