sparc: remove uninterpreted (and often wrongly used) MATCH_SIZE_NEUTRAL match flag...
[libfirm] / ir / be / beilpsched.h
index fe46bcb..62192a0 100644 (file)
@@ -148,6 +148,6 @@ struct _ilp_sched_selector_t {
 /**
  * Perform ILP scheduling on given irg.
  */
-void be_ilp_sched(ir_graph *irg, be_options_t *be_opts);
+void be_ilp_sched(ir_graph *irg);
 
 #endif