- Added 2 new blockschedulers, a greedy algorithm and an "optimal" ILP that
[libfirm] / ir / be / bespillcost.h
1 #ifndef BESPILLCOST_H_
2 #define BESPILLCOST_H_
3
4 double get_irg_spill_cost(const be_chordal_env_t * chordal_env);
5
6 #endif