X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fir%2Firprog_t.h;h=ca2cb76662f9445f57365b646b195c2226c354e7;hb=9be70b7ef6120836707d76050372a89247cec2a6;hp=ffd13ed6f0e20130e545df24bd715069d36d58ce;hpb=5052f2d2fc507aefb5d39aa7d6cc41ca55b3a2c9;p=libfirm diff --git a/ir/ir/irprog_t.h b/ir/ir/irprog_t.h index ffd13ed6f..ca2cb7666 100644 --- a/ir/ir/irprog_t.h +++ b/ir/ir/irprog_t.h @@ -5,6 +5,7 @@ # define _IRPROG_T_H_ #include "irprog.h" +#include "common_t.h" struct ir_prog { firm_kind kind; @@ -26,4 +27,11 @@ struct ir_prog { #endif }; +INLINE void remove_irp_type_from_list (type *typ); + +#ifdef DEBUG_libfirm +/* Returns a new, unique number to number nodes or the like. */ +int get_irp_new_node_nr(); +#endif + #endif /* ifndef _IRPROG_T_H_ */