Skip to content
  • Chandler Carruth's avatar
    [PM] Teach the analysis managers to pass themselves as arguments to the · f2edc075
    Chandler Carruth authored
    run methods of the analysis passes.
    
    Also generalizes and re-uses the SFINAE for transformation passes so
    that users can write an analysis pass and only accept an analysis
    manager if that is useful to their pass.
    
    This completes the plumbing to make an analysis manager available
    through every pass's run method if desired so that passes no longer need
    to be constructed around them.
    
    llvm-svn: 195451
    f2edc075
Loading