typo fixed
[libfirm] / ir / be / bepressurestat.h
index a2bb0e6..621a72e 100644 (file)
@@ -1,7 +1,7 @@
 #ifndef PRESSURE_STAT_H_
 #define PRESSURE_STAT_H_
 
-void
-be_analyze_regpressure(const be_chordal_env_t * chordal_env, const char * suffix);
+void be_analyze_regpressure(be_irg_t *birg, const arch_register_class_t *cls,
+                            const char * suffix);
 
 #endif