Added support for SymConst(ofs_ent)
[libfirm] / ir / be / belistsched.h
index 57da1ec..7e5e615 100644 (file)
@@ -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.