From 8784054be044f4422b3d622ea4a95857bfa27913 Mon Sep 17 00:00:00 2001 From: Matthias Braun Date: Tue, 11 Sep 2007 11:33:40 +0000 Subject: [PATCH] mul fix [r15742] --- 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 60fd375f6..f2f78862e 100644 --- a/ir/common/firm.c +++ b/ir/common/firm.c @@ -135,7 +135,7 @@ void 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_by_const | arch_dep_mod_by_const); + arch_dep_set_opts(0); firm_archops_init(def_params.arch_op_settings); -- 2.20.1