some more debug output if no definition for a value is found on a path
[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