Initialize PrintAuxCalls member

llvm-svn: 4677
This commit is contained in:
Chris Lattner 2002-11-10 06:53:38 +00:00
parent db1822a429
commit 2597c1158f

View File

@ -129,6 +129,7 @@ namespace {
// DSGraph constructor - Simply use the GraphBuilder to construct the local
// graph.
DSGraph::DSGraph(Function &F, DSGraph *GG) : Func(&F), GlobalsGraph(GG) {
PrintAuxCalls = false;
// Use the graph builder to construct the local version of the graph
GraphBuilder B(*this, Nodes, RetNode, ScalarMap, FunctionCalls);
markIncompleteNodes();