From: Michael Beck Date: Tue, 24 Jul 2007 16:51:35 +0000 (+0000) Subject: dump the block label X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=35bf683ef8aff9e73e59768cfd61c63654c9564b;p=libfirm dump the block label [r15321] --- diff --git a/ir/ir/irdumptxt.c b/ir/ir/irdumptxt.c index 04da80bf6..01df13064 100644 --- a/ir/ir/irdumptxt.c +++ b/ir/ir/irdumptxt.c @@ -201,6 +201,8 @@ int dump_irnode_to_file(FILE *F, ir_node *n) { (get_irp_loop_nesting_depth_state() != loop_nesting_depth_none) && (get_irp_callgraph_state() == irp_callgraph_and_calltree_consistent)) fprintf(F, " final evaluation: **%8.2lf**\n", get_irn_final_cost(n)); + if (has_Block_label(n)) + fprintf(F, " Label: %lu\n", get_Block_label(n)); /* not dumped: graph_arr */ /* not dumped: mature */