X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fbelistsched.h;h=64476b2ff2f8f28e245b5e26e8275f6f38e3d839;hb=4ed245f5007168dab7850942a7ee6b6b29a19817;hp=7ca734284e2c261b6deefbae839e36d9b2b0d376;hpb=699ae70aa0321bf98d6dfb5af97a57b14d8bcbb6;p=libfirm diff --git a/ir/be/belistsched.h b/ir/be/belistsched.h index 7ca734284..64476b2ff 100644 --- a/ir/be/belistsched.h +++ b/ir/be/belistsched.h @@ -11,6 +11,7 @@ #include "benodesets.h" #include "bearch_t.h" +#include "be.h" typedef struct _list_sched_selector_t list_sched_selector_t; @@ -109,9 +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 arch_env The architecture environment. - * @param irg The graph to schedule. + * + * @param birg The backend irg. + * @param enable_mris Flag indicating if mris preparation should be done */ -void list_sched(const arch_env_t *arch_env, ir_graph *irg); +void list_sched(const be_irg_t *birg, be_options_t *be_opts); #endif /* _FIRM_LIST_SCHED */