added function to retrieve irn ops
[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