beuses: Remove stale start loop test.
[libfirm] / ir / be / bestat.h
index 47f984b..1be1972 100644 (file)
@@ -28,8 +28,6 @@
 #include "firm_types.h"
 #include "irnodeset.h"
 
-#include "beirg.h"
-#include "bestatevent.h"
 #include "bearch.h"
 
 typedef enum be_stat_tag_t {
@@ -64,7 +62,7 @@ void be_do_stat_reg_pressure(ir_graph *irg, 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, ir_exec_freq *execfreqs);
+double be_estimate_irg_costs(ir_graph *irg);
 
 /**
  * return number of "instructions" (=nodes without some virtual nodes like Proj,