Initialize PrintAuxCalls member
authorChris Lattner <sabre@nondot.org>
Sun, 10 Nov 2002 06:53:38 +0000 (06:53 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 10 Nov 2002 06:53:38 +0000 (06:53 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4677 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Analysis/DataStructure/Local.cpp

index 427c54377bcb4aba6591a1e5ac4ad0ff76277a6e..169ccbf9f3370404d8cedd6fba6a00fa01060cbd 100644 (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();