mirror of
https://github.com/RPCSX/llvm.git
synced 2024-12-04 18:06:49 +00:00
Make local pass print out its progress
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7058 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
8fd2715098
commit
3051419036
@ -142,6 +142,9 @@ namespace {
|
||||
// graph.
|
||||
DSGraph::DSGraph(Function &F, DSGraph *GG) : GlobalsGraph(GG) {
|
||||
PrintAuxCalls = false;
|
||||
|
||||
DEBUG(std::cerr << " [Loc] Calculating graph for: " << F.getName() << "\n");
|
||||
|
||||
// Use the graph builder to construct the local version of the graph
|
||||
GraphBuilder B(F, *this, Nodes, ReturnNodes[&F], ScalarMap, FunctionCalls);
|
||||
#ifndef NDEBUG
|
||||
|
Loading…
Reference in New Issue
Block a user