Re-enable the dags specific flow graph dump.

This commit is contained in:
Bill Currie 2012-11-30 16:56:25 +09:00
parent 71d1804e22
commit 388247791d
1 changed files with 2 additions and 2 deletions

View File

@ -568,8 +568,8 @@ flow_build_dags (flowgraph_t *graph)
node = graph->nodes[i];
node->dag = dag_create (node);
}
//if (options.block_dot.dags)
// dump_dot ("dags", graph, dump_dot_flow_dags);
if (options.block_dot.dags)
dump_dot ("dags", graph, dump_dot_flow_dags);
}
void