X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fcommon%2Fold_fctnames.h;h=e63b9830103ad948480cfb9b0aa9d0bb660ca07f;hb=002120b9325bd7e1da3ebb9dd258350011ad863c;hp=2a5e5f1de3f5ce92ccc102cde32b3d08776784ec;hpb=d49a8741d0780f324c8ee35176cb37b0188ec8f2;p=libfirm diff --git a/ir/common/old_fctnames.h b/ir/common/old_fctnames.h index 2a5e5f1de..e63b98301 100644 --- a/ir/common/old_fctnames.h +++ b/ir/common/old_fctnames.h @@ -110,7 +110,11 @@ typedef ir_type type; #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) @@ -149,5 +153,7 @@ typedef ir_type type; #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__ */