[llvm-commits] CVS: llvm/lib/Analysis/DataStructure/Local.cpp
Chris Lattner
lattner at cs.uiuc.edu
Sun Nov 10 00:54:07 PST 2002
Changes in directory llvm/lib/Analysis/DataStructure:
Local.cpp updated: 1.37 -> 1.38
---
Log message:
Initialize PrintAuxCalls member
---
Diffs of the changes:
Index: llvm/lib/Analysis/DataStructure/Local.cpp
diff -u llvm/lib/Analysis/DataStructure/Local.cpp:1.37 llvm/lib/Analysis/DataStructure/Local.cpp:1.38
--- llvm/lib/Analysis/DataStructure/Local.cpp:1.37 Sat Nov 9 16:06:59 2002
+++ llvm/lib/Analysis/DataStructure/Local.cpp Sun Nov 10 00:53:38 2002
@@ -129,6 +129,7 @@
// 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();
More information about the llvm-commits
mailing list