X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fbelistsched.h;h=64476b2ff2f8f28e245b5e26e8275f6f38e3d839;hb=4ed245f5007168dab7850942a7ee6b6b29a19817;hp=b39140163bee8b8bfc3873e584096d8063ef2464;hpb=e75b04273cb928f5a2dfd63326b147c7a26857da;p=libfirm diff --git a/ir/be/belistsched.h b/ir/be/belistsched.h index b39140163..64476b2ff 100644 --- a/ir/be/belistsched.h +++ b/ir/be/belistsched.h @@ -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 */