mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-28 14:36:34 +00:00
Initialize PrintAuxCalls member
llvm-svn: 4677
This commit is contained in:
parent
db1822a429
commit
2597c1158f
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user