X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=include%2Flibfirm%2Firdump.h;h=ec111a6d1e27b69a5d7c748bb0baffbcf87b2f8a;hb=e302589b2ee3b43584b856431b581d67bc679a68;hp=bea3411d5d96bf5d545bba947829e092cb16e7e0;hpb=4b394b858d56160b0b79e4ae0d51421221d70691;p=libfirm diff --git a/include/libfirm/irdump.h b/include/libfirm/irdump.h index bea3411d5..ec111a6d1 100644 --- a/include/libfirm/irdump.h +++ b/include/libfirm/irdump.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1995-2007 University of Karlsruhe. All right reserved. + * Copyright (C) 1995-2008 University of Karlsruhe. All right reserved. * * This file is part of libFirm. * @@ -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);