enable all architecture dependant optimizations by default
authorMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Wed, 6 Oct 2004 16:28:19 +0000 (16:28 +0000)
committerMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Wed, 6 Oct 2004 16:28:19 +0000 (16:28 +0000)
[r4068]

ir/common/firm.c

index 95e0d35..1f5c023 100644 (file)
@@ -83,7 +83,7 @@ init_firm(const firm_parameter_t *param)
 
   /* Init architecture dependent optimizations. */
   arch_dep_init(arch_dep_default_factory);
-  arch_dep_set_opts(arch_dep_mul_to_shift);
+  arch_dep_set_opts(arch_dep_mul_to_shift | arch_dep_div_to_shift | arch_dep_mod_to_shift);
 }