removed be_init_arch_TEMPLATE() and add a comment so it should not be inserted again...
authorMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Wed, 6 Jun 2007 09:38:40 +0000 (09:38 +0000)
committerMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Wed, 6 Jun 2007 09:38:40 +0000 (09:38 +0000)
[r14349]

ir/be/bemodule.c

index ef974fa..4bf1c8a 100644 (file)
@@ -110,7 +110,7 @@ void be_init_modules(void)
        be_init_arch_ppc32();
        be_init_arch_mips();
        be_init_arch_arm();
-       be_init_arch_TEMPLATE();
+       /* do NOT call be_init_arch_TEMPLATE() here, this is NOT a backend :-) */
 
 #ifdef WITH_ILP
        be_init_ilpsched();