make -debug-pass=Executions show information about what call graph nodes
authorChris Lattner <sabre@nondot.org>
Tue, 15 Sep 2009 05:03:04 +0000 (05:03 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 15 Sep 2009 05:03:04 +0000 (05:03 +0000)
commit9554c613282c28fbe94bc8b0a5ba736f046643b8
tree478d7169a7b8ab7c1adaa975a290c1b5c8297fd3
parent745c9be986bce1fb99fdbad6b9ae1307586c04a2
make -debug-pass=Executions show information about what call graph nodes
are in the SCC for each execution of a CGSCC pass.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@81838 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/PassManagers.h
lib/Analysis/IPA/CallGraphSCCPass.cpp
lib/VMCore/PassManager.cpp