[CG] Actually hoist up the generic CallGraphPrinter pass from a weird
authorChandler Carruth <chandlerc@gmail.com>
Thu, 10 Mar 2016 11:08:44 +0000 (11:08 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Thu, 10 Mar 2016 11:08:44 +0000 (11:08 +0000)
commit1ecd740cf0b99a7c2ac79fdfdf08338588296910
tree0802c9b569548e07b9145558cfe3a01c051bad15
parent5f432292a672f13549656ee3639f5916c3e01586
[CG] Actually hoist up the generic CallGraphPrinter pass from a weird
location in the opt tool to live along side the analysis in LLVM's
libraries.

No functionality changed here, but this will allow me to port the
printer to the new pass manager as well.

llvm-svn: 263101
llvm/include/llvm/InitializePasses.h
llvm/lib/Analysis/Analysis.cpp
llvm/lib/Analysis/CallGraph.cpp
llvm/tools/opt/AnalysisWrappers.cpp