X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fbelistsched.h;h=64476b2ff2f8f28e245b5e26e8275f6f38e3d839;hb=4ed245f5007168dab7850942a7ee6b6b29a19817;hp=23edb1b574b5c858eccb2158080b1baf5998663f;hpb=d756a172d7d7ebae4b3c344f8da2b3be9bf5f545;p=libfirm diff --git a/ir/be/belistsched.h b/ir/be/belistsched.h index 23edb1b57..64476b2ff 100644 --- a/ir/be/belistsched.h +++ b/ir/be/belistsched.h @@ -11,7 +11,7 @@ #include "benodesets.h" #include "bearch_t.h" -#include "be_t.h" +#include "be.h" typedef struct _list_sched_selector_t list_sched_selector_t; @@ -110,8 +110,10 @@ extern const list_sched_selector_t *reg_pressure_selector; * Each block in the graph gets a list head to its link field being the * head of the schedule. You can walk this list using the functions in * list.h. - * @param birg The backend irg. + * + * @param birg The backend irg. + * @param enable_mris Flag indicating if mris preparation should be done */ -void list_sched(const be_irg_t *birg, int disable_mris); +void list_sched(const be_irg_t *birg, be_options_t *be_opts); #endif /* _FIRM_LIST_SCHED */