From b98e6ff380217cc7f67ba0f2d548879ab248417a Mon Sep 17 00:00:00 2001 From: Michael Beck Date: Sat, 29 Dec 2007 03:24:54 +0000 Subject: [PATCH] - allow the macroblock edge to be dumped - removed unused code [r17087] --- include/libfirm/irdump.h | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/include/libfirm/irdump.h b/include/libfirm/irdump.h index bea3411d5..eaa70cfa8 100644 --- a/include/libfirm/irdump.h +++ b/include/libfirm/irdump.h @@ -592,12 +592,6 @@ void dump_consts_local(int flag); */ void dump_node_idx_label(int flag); -/** - * Returns 0 if dump_out_edge_flag or dump_loop_information_flag - * are set, else returns dump_const_local_flag. - */ -int get_opt_dump_const_local(void); - /** Turns off dumping the values of constant entities. Makes type graphs * better readable. */ @@ -661,6 +655,13 @@ void dump_ld_names(int flag); */ void dump_all_anchors(int flag); +/** Dumps a MacroBlock edge from every Block to its + * MacroBlock header. + * + * This option is off per default. + */ +void dump_macroblock_edges(int flag); + /** A node info dumper callback. */ typedef void (dump_node_info_cb_t)(void *data, FILE *f, const ir_node *n); -- 2.20.1