changed to_appear_in_schedule: 1 - yes, 0 - no, -1 - don't know
[libfirm] / ir / be / bepressurestat.h
1 #ifndef PRESSURE_STAT_H_
2 #define PRESSURE_STAT_H_
3
4 void
5 be_analyze_regpressure(const be_chordal_env_t * chordal_env, const char * suffix);
6
7 #endif