X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fir%2Firdump_t.h;h=0b96e4052aa34849e1161b97f73b9577b2944ec6;hb=6bfcd192b7228b64681132947de10aadcc2503c4;hp=54de9cc2ceafe83b8813d7a36c70ac721d35303b;hpb=547c5ad02911176577704dedd5c901ffc0218bb2;p=libfirm diff --git a/ir/ir/irdump_t.h b/ir/ir/irdump_t.h index 54de9cc2c..0b96e4052 100644 --- a/ir/ir/irdump_t.h +++ b/ir/ir/irdump_t.h @@ -58,6 +58,7 @@ extern int dump_dominator_information_flag; extern bool opt_dump_pointer_values_to_info; +extern bool 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); @@ -75,4 +76,10 @@ const char *get_mode_name_ex(ir_mode *mode, int *bad); int dump_node_opcode(FILE *F, ir_node *n); +int dump_node_label(FILE *F, ir_node *n); + + +/** Writes vcg representation with titel "PRINT_TYPEID(tp)" to file F. */ +int dump_type_node(FILE *F, type *tp); + #endif /* __IRDUMPT_T_H__ */