X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fbeutil.h;h=c11eac3f05bf2398f17d8af655b2888b21b4fd71;hb=6e3e499d6c68aee0c6a9ada6a99f16c4f6f8445b;hp=d44902dcd8aca91507eb45f961c2850a2a808b5c;hpb=a5b4eea4c9905472176af8a4392b5938ed321727;p=libfirm diff --git a/ir/be/beutil.h b/ir/be/beutil.h index d44902dcd..c11eac3f0 100644 --- a/ir/be/beutil.h +++ b/ir/be/beutil.h @@ -101,6 +101,13 @@ static INLINE FILE *ffopen(const char *base, const char *ext, const char *mode) */ void dump_ir_block_graph_sched(ir_graph *irg, const char *suffix); +/** + * Dump a extended block graph with schedule edges. + * @param irg The graph. + * @param suffix A suffix to its file name. + */ +void dump_ir_extblock_graph_sched(ir_graph *irg, const char *suffix); + /** * Dumps a graph and numbers all dumps. * @param irg The graph