changed constant names
authorMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Fri, 22 Oct 2004 13:34:49 +0000 (13:34 +0000)
committerMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Fri, 22 Oct 2004 13:34:49 +0000 (13:34 +0000)
[r4192]

ir/common/firm.c

index 1f5c023..1b17118 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_div_to_shift | arch_dep_mod_to_shift);
+  arch_dep_set_opts(arch_dep_mul_to_shift | arch_dep_div_by_const | arch_dep_mod_by_const);
 }