From 7344dc34cd82ca884c7af7f034e7c7fd86ce2511 Mon Sep 17 00:00:00 2001 From: Adam Szalkowski Date: Wed, 6 Sep 2006 09:09:37 +0000 Subject: [PATCH] minor changes --- ir/be/bespillremat.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ir/be/bespillremat.c b/ir/be/bespillremat.c index 180d0c56f..5254ccbdb 100644 --- a/ir/be/bespillremat.c +++ b/ir/be/bespillremat.c @@ -92,7 +92,7 @@ static int opt_no_enlarge_liveness = 0; static int opt_timeout = 300; static double opt_cost_reload = 8.0; static double opt_cost_memoperand = 7.0; -static double opt_cost_spill = 30.0; +static double opt_cost_spill = 50.0; static double opt_cost_remat = 1.0; @@ -2271,7 +2271,6 @@ skip_one_must_die: lpp_set_factor_fast(si->lpp, cst, tmp_op->attr.live_range.ilp, 1.0); lpp_set_factor_fast(si->lpp, cst, spill->spill, 1.0); } - } -- 2.20.1