X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fbeutil.c;h=469d455ac9888050beea3ac3281ef1d3876ebb7b;hb=7ce0bb4ead9ca9c526a3a26bb8469915bf966f12;hp=83b6ded1bbd8e7cd5df953073f49001e60b0f80b;hpb=d3bdfeb725423840208b225ff4bd40dde5c3b584;p=libfirm diff --git a/ir/be/beutil.c b/ir/be/beutil.c index 83b6ded1b..469d455ac 100644 --- a/ir/be/beutil.c +++ b/ir/be/beutil.c @@ -130,6 +130,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); set_dump_node_edge_hook(sched_edge_hook); dump_ir_block_graph(irg, suffix); set_dump_node_edge_hook(old);