X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fbestat.h;h=ce1e3f60c18d5bfcbdd6464f81dee58cbebcf271;hb=288b414e4d82e0aa0d4b4348d8c387db02142cdb;hp=36f1af1d6ad8317700d291a489f287e011f0e2f7;hpb=dc40195251696fd3a6f93a151f17c8a937a3930a;p=libfirm diff --git a/ir/be/bestat.h b/ir/be/bestat.h index 36f1af1d6..ce1e3f60c 100644 --- a/ir/be/bestat.h +++ b/ir/be/bestat.h @@ -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,