X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fcommon%2Fold_fctnames.h;h=dca4acf089a14746a27fe68ccf7b666ae0e4ef74;hb=375ed64a6ca155d467bba1c44e5b635f82102c37;hp=c32f0a86da134e108c2fd42fc213dd9eb38adee4;hpb=21bf70c2271a7b4b6efb6271dba484f005e35a01;p=libfirm diff --git a/ir/common/old_fctnames.h b/ir/common/old_fctnames.h index c32f0a86d..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 @@ -46,6 +45,29 @@ #define get_ip_cfop_irg(X) get_irn_irg(X) #define skip_nop(X) skip_Id(X) +#define pns_initial_exec pn_Start_X_initial_exec +#define pns_global_store pn_Start_M +#define pns_frame_base pn_Start_P_frame_base +#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 @@ -65,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_) @@ -93,6 +119,8 @@ /* ident.h */ #define id_to_strlen(X) get_id_strlen(X) #define id_to_str(X) get_id_str(X) -#define id_from_str(X) new_id_from_chars(X) +#define id_from_str(X, Y) new_id_from_chars(X, Y) + + #endif