From 93754445e7b4ef391ac11d2170e56d121f761d2a Mon Sep 17 00:00:00 2001 From: Matthias Braun Date: Sat, 13 Dec 2008 18:03:44 +0000 Subject: [PATCH] always fold consts [r24614] --- ast2firm.c | 1 - 1 file changed, 1 deletion(-) diff --git a/ast2firm.c b/ast2firm.c index e938c3a..2f1d07f 100644 --- a/ast2firm.c +++ b/ast2firm.c @@ -5419,7 +5419,6 @@ static void create_function(entity_t *entity) current_function = irg; set_irg_fp_model(irg, firm_opt.fp_model); - //tarval_enable_fp_ops((firm_opt.fp_model & fp_strict_algebraic) == 0); tarval_enable_fp_ops(1); set_irn_dbg_info(get_irg_start_block(irg), get_entity_dbg_info(function_entity)); -- 2.20.1