- connect function call argument stores to NoMem instead of call Mem
[libfirm] / ir / be / mips / mips_scheduler.h
1 #ifndef _MIPS_SCHEDULER_H_
2
3 #define _MIPS_SCHEDULER_H_
4
5
6
7 #include "../besched_t.h"
8
9
10
11 const list_sched_selector_t *mips_get_list_sched_selector(const void *self, list_sched_selector_t *selector);
12
13
14
15 #endif