From: Michael Beck Date: Wed, 6 Oct 2004 16:28:19 +0000 (+0000) Subject: enable all architecture dependant optimizations by default X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=1189e75af290886a28ef52fb5a5f4e018d311dd1;p=libfirm enable all architecture dependant optimizations by default [r4068] --- diff --git a/ir/common/firm.c b/ir/common/firm.c index 95e0d352d..1f5c023f6 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_set_opts(arch_dep_mul_to_shift | arch_dep_div_to_shift | arch_dep_mod_to_shift); }