mris must be enabled explicitly now
[libfirm] / ir / be / becopyopt.c
index 2a50e9a..019106a 100644 (file)
 #include "becopystat.h"
 
 
+#ifdef WITH_LIBCORE
+
+/* Insert additional options registration functions here. */
+extern void be_co2_register_options(lc_opt_entry_t *grp);
+
+void co_register_options(lc_opt_entry_t *grp)
+{
+       be_co2_register_options(grp);
+}
+#endif
+
+
 #undef QUICK_AND_DIRTY_HACK
 
 /******************************************************************************