removed warning for ILP scheduler, as the scheduler can now schedule on it's own
[libfirm] / ir / be / beschedrss.h
index 9a846cb..d170315 100644 (file)
@@ -9,6 +9,17 @@
 #ifndef _BESCHEDRSS_H_
 #define _BESCHEDRSS_H_
 
+#include "firm_config.h"
+
+#ifdef WITH_LIBCORE
+#include <libcore/lc_opts.h>
+
+/**
+ * Register options for rss module.
+ */
+void rss_register_options(lc_opt_entry_t *grp);
+#endif /* WITH_LIBCORE */
+
 /**
  * Perform RSS schedule preprocessing for the given irg.
  * @param birg  The backend irg object