fixed precedence constraint
[libfirm] / ir / be / bemodule.c
index aa0cdb8..2ff08c2 100644 (file)
@@ -68,9 +68,11 @@ void be_init_modules(void)
        be_init_ifg();
 
        be_init_arch_ia32();
+#if 0
        be_init_arch_ppc32();
        be_init_arch_mips();
        be_init_arch_arm();
+#endif
 
 #ifdef WITH_ILP
        be_init_ilpsched();
@@ -94,7 +96,6 @@ void be_quit_modules(void)
 
 //---------------------------------------------------------------------------
 
-#ifdef WITH_LIBCORE
 typedef struct module_opt_data_t {
        void **var;
        be_module_list_entry_t * const *list_head;
@@ -211,5 +212,3 @@ void be_add_module_list_opt(lc_opt_entry_t *grp, const char *name,
                       set_opt_module, dump_opt_module, dump_opt_module_vals,
                                   NULL);
 }
-
-#endif /* WITH_LIBCORE */