rewritten be_ssa_constr which isn't using sets anymore, started working on a 'state...
[libfirm] / ir / be / mips / mips_scheduler.h
index e16a83b..8cb9258 100644 (file)
@@ -3,6 +3,7 @@
 
 #include "../besched_t.h"
 
-const list_sched_selector_t *mips_get_list_sched_selector(const void *self);
+const list_sched_selector_t *mips_get_list_sched_selector(const void *self, list_sched_selector_t *selector);
+const ilp_sched_selector_t *mips_get_ilp_sched_selector(const void *self);
 
 #endif