Heavily refactor code:
authorChris Lattner <sabre@nondot.org>
Sun, 31 Aug 2003 19:10:30 +0000 (19:10 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 31 Aug 2003 19:10:30 +0000 (19:10 +0000)
commit237ef567f6764f24a47c63121cc0a599ddc8f56d
tree3024673df9d14d6d122e259cdd68f0d09ba9a5ab
parentfa7f524162448d37feaa0e941a28c89ddca54e72
Heavily refactor code:
  * Separate the policy decisions into a derived class [InlineSimple]
  * Move the inlining mechanics into a base class [Inliner]
  * Change the inliner to be an SCCPass, making it more structured and
    eventually pipelinable with other SCC passes

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