firm_init_options() is now a separate function that reads the firm.ini and might...
[libfirm] / ir / common / old_fctnames.h
index 2a5e5f1..e63b983 100644 (file)
@@ -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__ */