get frame from irg instead from spill (the spill could be a PhiM!)
[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