Added code to run init_modules only once even if it is called several times.
authorAndreas Schösser <andi@ipd.info.uni-karlsruhe.de>
Fri, 9 Mar 2007 11:15:13 +0000 (11:15 +0000)
committerAndreas Schösser <andi@ipd.info.uni-karlsruhe.de>
Fri, 9 Mar 2007 11:15:13 +0000 (11:15 +0000)
ir/be/bemodule.c

index ddc39c0..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();