From 1189e75af290886a28ef52fb5a5f4e018d311dd1 Mon Sep 17 00:00:00 2001 From: Michael Beck Date: Wed, 6 Oct 2004 16:28:19 +0000 Subject: [PATCH] enable all architecture dependant optimizations by default [r4068] --- ir/common/firm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } -- 2.20.1