minor changes
authorAdam Szalkowski <adam@ipd.info.uni-karlsruhe.de>
Wed, 6 Sep 2006 09:09:37 +0000 (09:09 +0000)
committerAdam Szalkowski <adam@ipd.info.uni-karlsruhe.de>
Wed, 6 Sep 2006 09:09:37 +0000 (09:09 +0000)
ir/be/bespillremat.c

index 180d0c5..5254ccb 100644 (file)
@@ -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);
                        }
-
                }