mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 23:32:09 +00:00
Re-enable the dags specific flow graph dump.
This commit is contained in:
parent
71d1804e22
commit
388247791d
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue