register slots are now automatically allocated together with the $ARCH_attribute
[libfirm] / ir / be / belower.h
index 85cc63d..556d297 100644 (file)
@@ -12,6 +12,6 @@
 #include "be_t.h"
 
 void assure_constraints(be_irg_t *birg);
-void lower_nodes_after_ra(be_chordal_env_t *chord_env, int do_copy, int do_stat);
+void lower_nodes_after_ra(be_chordal_env_t *chord_env, int do_copy);
 
 #endif /* _BELOWER_H_ */