X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;ds=sidebyside;f=ir%2Fcommon%2Fold_fctnames.h;h=e63b9830103ad948480cfb9b0aa9d0bb660ca07f;hb=002120b9325bd7e1da3ebb9dd258350011ad863c;hp=b7f6c8d0157e141d6863257370dc49e2eaecd297;hpb=6d314f06ad5622b7c6298f2118aa8efc14191f64;p=libfirm diff --git a/ir/common/old_fctnames.h b/ir/common/old_fctnames.h index b7f6c8d01..e63b98301 100644 --- a/ir/common/old_fctnames.h +++ b/ir/common/old_fctnames.h @@ -38,7 +38,8 @@ #define get_SymConst_ptrinfo get_SymConst_name #define set_SymConst_ptrinfo set_SymConst_name #define type_tag symconst_type_tag -#define size symconst_size +#define size symconst_type_size +#define symconst_size symconst_type_size #define linkage_ptr_info symconst_addr_name #define get_nodes_Block(X) get_nodes_block(X) @@ -98,6 +99,7 @@ #define dont_dump_loop_information() dump_loop_information(0) /* type.h */ +typedef ir_type type; #define get_type_nameid(_t_) get_type_ident(_t_) #define set_type_nameid(_t_,_i_) set_type_ident(_t_,_i_) #define get_class_n_member get_class_n_members @@ -108,7 +110,11 @@ #define get_method_n_res(X) get_method_n_ress(X) /* entity.h */ -#define ent_visibility visibility +#define ent_visibility ir_visibility +#define ent_allocation ir_allocation +#define ent_stickyness ir_stickyness +#define ent_volatility ir_volatility +#define peculiarity ir_peculiarity /* tv.h */ #define tarval_from_long(X, Y) new_tarval_from_long(Y, X) @@ -121,6 +127,8 @@ #define tarval_bitpattern(X) get_tarval_bitpattern(X) #define tarval_sub_bits(X, Y) get_tarval_sub_bits(X, Y) #define tarval_classify(X) classify_tarval(X) +#define get_tarval_P_void() get_tarval_null(mode_P) +#define tarval_P_void get_tarval_null(mode_P) #define tarval_is_entity(X) 0 #define get_tarval_entity(X) ((entity *)NULL) @@ -139,4 +147,13 @@ #define is_superclass_of(high, low) is_SuperClass_of(high, low) #define is_superclass_ptr_of(low, high) is_SuperClass_ptr_of(low, high) +/* previously in irvrfy.h, now in irflag.h */ +#define NODE_VERIFICATION_OFF FIRM_VERIFICATION_OFF +#define NODE_VERIFICATION_ON FIRM_VERIFICATION_ON +#define NODE_VERIFICATION_REPORT FIRM_VERIFICATION_REPORT +#define NODE_VERIFICATION_ERROR_ONLY FIRM_VERIFICATION_ERROR_ONLY + +/* execfreq.h */ +#define exec_freq_t ir_exec_freq + #endif /* __OLD_FCTNAMES_H__ */