From: Michael Beck Date: Fri, 22 Oct 2004 13:34:49 +0000 (+0000) Subject: changed constant names X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=c5d327821a643289dd74c46f21df057a947dad2a;p=libfirm changed constant names [r4192] --- diff --git a/ir/common/firm.c b/ir/common/firm.c index 1f5c023f6..1b171188b 100644 --- a/ir/common/firm.c +++ b/ir/common/firm.c @@ -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); }