X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fbeutil.c;h=935612ef57ffa9e68ec9a5a08abfc693073ff2dc;hb=e6ad8ee4680a88db8652483c2c6f3124f3d9a888;hp=1d209b3247d80a42ee0184390a95995bb8264a47;hpb=8786fa72e7744afaaecdab0d002fc821539b79b9;p=libfirm diff --git a/ir/be/beutil.c b/ir/be/beutil.c index 1d209b324..935612ef5 100644 --- a/ir/be/beutil.c +++ b/ir/be/beutil.c @@ -144,7 +144,7 @@ static int sched_edge_hook(FILE *F, ir_node *irn) void dump_ir_block_graph_sched(ir_graph *irg, const char *suffix) { DUMP_NODE_EDGE_FUNC old = get_dump_node_edge_hook(); - dump_consts_local(0); + dump_consts_local(0); set_dump_node_edge_hook(sched_edge_hook); dump_ir_block_graph(irg, suffix); set_dump_node_edge_hook(old);