X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fbelistsched.h;h=49658c1857077eb00702688320a583ce0d72d004;hb=e6ad8ee4680a88db8652483c2c6f3124f3d9a888;hp=6e518ce3d24cf96b8e0d0d0a8db0a1e264d3c7b1;hpb=c49f890e2075c541c38544d7b1f9c6cfc5be4fb4;p=libfirm diff --git a/ir/be/belistsched.h b/ir/be/belistsched.h index 6e518ce3d..49658c185 100644 --- a/ir/be/belistsched.h +++ b/ir/be/belistsched.h @@ -58,7 +58,7 @@ struct _list_sched_selector_t { ir_node *(*select)(void *block_env, pset *ready_set); /** - * This function descides, if a node should appear in a schedule. + * This function decides, if a node should appear in a schedule. * @param block_env The block environment. * @param irn The node. * @return 1, if the node should be scheduled, 0 if not. @@ -80,11 +80,6 @@ struct _list_sched_selector_t { }; -/** - * A default implementation of to_appear_in_schedule, - * as required in list_sched_selector_t. - */ -extern be_default_to_appear_in_schedule(void *env, const ir_node *irn); /** * A trivial selector, that just selects the first ready node.