X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fbelistsched.h;h=7e5e615099561f7c75942d83bc90ca3b8c0b7191;hb=b9d45e08e23bcf058fa8f2d9e18dd78e8cccd044;hp=57da1ecae54753bec0d6b27fe46e529f94555b81;hpb=7a83ec4ed8aad4ed16a3c03dc009c4650c281f2e;p=libfirm diff --git a/ir/be/belistsched.h b/ir/be/belistsched.h index 57da1ecae..7e5e61509 100644 --- a/ir/be/belistsched.h +++ b/ir/be/belistsched.h @@ -112,6 +112,8 @@ struct _list_sched_selector_t { */ extern const list_sched_selector_t *trivial_selector; +extern const list_sched_selector_t *random_selector; + /** * A selector that tries to minimize the register pressure. * @note Not really operational yet.