From: Andreas Schösser Date: Fri, 9 Mar 2007 11:15:13 +0000 (+0000) Subject: Added code to run init_modules only once even if it is called several times. X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=174a697d4f552aaac07aae2b5e409a169af71989;p=libfirm Added code to run init_modules only once even if it is called several times. --- diff --git a/ir/be/bemodule.c b/ir/be/bemodule.c index ddc39c01e..2ff08c2ab 100644 --- a/ir/be/bemodule.c +++ b/ir/be/bemodule.c @@ -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();