fixed precedence constraint
[libfirm] / ir / be / beilpsched.h
index f20df66..137918b 100644 (file)
@@ -121,18 +121,6 @@ struct _ilp_sched_selector_t {
 /**
  * Perform ILP scheduling on given birg.
  */
-void be_ilp_sched(const be_irg_t *birg);
-
-#ifdef WITH_LIBCORE
-
-#include <libcore/lc_opts.h>
-#include <libcore/lc_opts_enum.h>
-
-/**
- * Register ILP scheduler options.
- */
-void ilpsched_register_options(lc_opt_entry_t *grp);
-
-#endif /* WITH_LIBCORE */
+void be_ilp_sched(const be_irg_t *birg, be_options_t *be_opts);
 
 #endif /* _BEILPSCHED_H_ */