X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fcommon%2Fold_fctnames.h;h=dca4acf089a14746a27fe68ccf7b666ae0e4ef74;hb=375ed64a6ca155d467bba1c44e5b635f82102c37;hp=c7306acb8c8832fc6325ee6932a1d6ce6df1561d;hpb=983ccce1eedf93564b3ec1cb99d966635176e4aa;p=libfirm diff --git a/ir/common/old_fctnames.h b/ir/common/old_fctnames.h index c7306acb8..dca4acf08 100644 --- a/ir/common/old_fctnames.h +++ b/ir/common/old_fctnames.h @@ -22,7 +22,6 @@ #define mature_block(X) mature_immBlock(X) #define switch_block(X) set_cur_block(X) - /* irgraph */ #define get_irg_ent(X) get_irg_entity(X) #define get_irg_params get_irg_n_locs @@ -52,6 +51,24 @@ #define pns_args pn_Start_T_args #define pns_value_arg_base pn_Start_P_value_arg_base +#define pnc_number pn_Cmp +#define False pn_Cmp_False +#define Eq pn_Cmp_Eq +#define Lt pn_Cmp_Lt +#define Le pn_Cmp_Le +#define Gt pn_Cmp_Gt +#define Ge pn_Cmp_Ge +#define Lg pn_Cmp_Lg +#define Leg pn_Cmp_Leg +#define Uo pn_Cmp_Uo +#define Ue pn_Cmp_Ue +#define Ul pn_Cmp_Ul +#define Ule pn_Cmp_Ule +#define Ug pn_Cmp_Ug +#define Uge pn_Cmp_Uge +#define Ne pn_Cmp_Ne +#define True pn_Cmp_True + /* irmode.h */ #define get_ident_of_mode get_mode_ident #define get_size_of_mode get_mode_size @@ -70,6 +87,10 @@ #define pinned op_pin_state_pinned #define op_pinned op_pin_state +/* irdump */ +#define dump_cg_graph dump_ir_graph +#define dump_cg_block_graph dump_ir_block_graph + /* type.h */ #define get_type_nameid(_t_) get_type_ident(_t_) #define set_type_nameid(_t_,_i_) set_type_ident(_t_,_i_) @@ -100,4 +121,6 @@ #define id_to_str(X) get_id_str(X) #define id_from_str(X, Y) new_id_from_chars(X, Y) + + #endif