make the character used for specifying elf types configurable in begnuas and use...
[libfirm] / ir / be / bestat.h
index 36f1af1..ce1e3f6 100644 (file)
@@ -26,8 +26,6 @@
 #ifndef FIRM_BE_BESTAT_H
 #define FIRM_BE_BESTAT_H
 
-#include "firm_config.h"
-
 #include "firm_types.h"
 #include "irnodeset.h"
 
@@ -68,8 +66,7 @@ void be_do_stat_reg_pressure(be_irg_t *birg, const arch_register_class_t *cls);
  * Gives a cost estimate for the program (based on execution frequencies)
  * and backend op_estimated_cost
  */
-double be_estimate_irg_costs(ir_graph *irg, const arch_env_t *arch_env,
-                             ir_exec_freq *execfreqs);
+double be_estimate_irg_costs(ir_graph *irg, ir_exec_freq *execfreqs);
 
 /**
  * return number of "instructions" (=nodes without some virtual nodes like Proj,