X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fir%2Firdump_t.h;h=ba2d53d31d085610f95a451bba68860ce8e96c51;hb=5af4cb6fd26054ef16c8da79d534abacb2a32c6e;hp=ba8a49a7e11c48d7680bf4cbb912af97293a0c86;hpb=005ad82b0224d92be4a2dc8220fef7295318a885;p=libfirm diff --git a/ir/ir/irdump_t.h b/ir/ir/irdump_t.h index ba8a49a7e..ba2d53d31 100644 --- a/ir/ir/irdump_t.h +++ b/ir/ir/irdump_t.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. * @@ -26,6 +26,7 @@ #define FIRM_IR_IRDUMPT_T_H #include "irdump.h" +#include "irgraph_t.h" /* Attributes of nodes */ #define PRINT_DEFAULT_NODE_ATTR @@ -47,6 +48,8 @@ #define KEEP_ALIVE_CF_EDGE_ATTR "class:20 priority:60 color:purple" #define KEEP_ALIVE_DF_EDGE_ATTR "class:20 priority:10 color:purple" #define ANCHOR_EDGE_ATTR "class:20 priority:60 color:purple linestyle:dotted" +#define OUT_EDGE_ATTR "class:21 priority:10 color:gold linestyle:dashed" +#define MACROBLOCK_EDGE_ATTR "class:22 priority:10 color:green linestyle:dashed" #define BACK_EDGE_ATTR "linestyle:dashed " @@ -91,8 +94,8 @@ extern int opt_dump_analysed_type_info; FILE *vcg_open (ir_graph *irg, const char * suffix1, const char *suffix2); FILE *vcg_open_name (const char *name, const char *suffix); void dump_vcg_header(FILE *F, const char *name, const char *orientation); +void dump_vcg_footer(FILE *F); const char *get_irg_dump_name(ir_graph *irg); -void vcg_close (FILE *F); const char *get_ent_dump_name(ir_entity *ent);