X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;ds=sidebyside;f=ir%2Fir%2Firdump_t.h;h=23eed8bc5b1a6c9dfd039472c3028c11b34a90a1;hb=44fec44bd47ef88ae276179866d4a65cda6e0253;hp=17700f5c86049ac46cb26af0b6e18decd17009d5;hpb=4aea4687bce3f9e1fbbf7b6ab0ae4a57f2418fe9;p=libfirm diff --git a/ir/ir/irdump_t.h b/ir/ir/irdump_t.h index 17700f5c8..23eed8bc5 100644 --- a/ir/ir/irdump_t.h +++ b/ir/ir/irdump_t.h @@ -70,7 +70,7 @@ void vcg_close (FILE *F); const char *get_ent_dump_name(entity *ent); -const char *get_type_name_ex(type *tp, int *bad); +const char *get_type_name_ex(ir_type *tp, int *bad); const char *get_mode_name_ex(ir_mode *mode, int *bad); /** * dump the name of a node n to the File F. @@ -82,6 +82,6 @@ int dump_node_label(FILE *F, ir_node *n); /** Writes vcg representation with title "PRINT_TYPEID(tp)" to file F. */ -int dump_type_node(FILE *F, type *tp); +int dump_type_node(FILE *F, ir_type *tp); #endif /* __IRDUMPT_T_H__ */