X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fbelistsched.h;h=d8cb00461168ef1c571932dab5f3e6046050efb9;hb=366a46e4479da65e90385be36b77b185eb95bda7;hp=b39140163bee8b8bfc3873e584096d8063ef2464;hpb=e75b04273cb928f5a2dfd63326b147c7a26857da;p=libfirm diff --git a/ir/be/belistsched.h b/ir/be/belistsched.h index b39140163..d8cb00461 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, int enable_mris); #endif /* _FIRM_LIST_SCHED */