make -debug-pass=Executions show information about what call graph nodes
commita6001e21c43647daff2d81359cb3e9e8c0f0843e
authorChris Lattner <sabre@nondot.org>
Tue, 15 Sep 2009 05:03:04 +0000 (15 05:03 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 15 Sep 2009 05:03:04 +0000 (15 05:03 +0000)
tree478d7169a7b8ab7c1adaa975a290c1b5c8297fd3
parent8e3ba7439fb15df005a3125b0b9b6f51ea2697c9
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