Skip to content
  • Chris Lattner's avatar
    Heavily refactor code: · d075cc28
    Chris Lattner authored
      * 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
    
    llvm-svn: 8257
    d075cc28
Loading