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

View file

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