From: Christian Würdig Date: Wed, 31 Jan 2007 13:45:06 +0000 (+0000) Subject: changed some default values (dead vs alive node constraint limit) X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=70469bd0bc61de41ecd872acfae34f01d91f2056;p=libfirm changed some default values (dead vs alive node constraint limit) --- diff --git a/ir/be/beilpsched.c b/ir/be/beilpsched.c index 35ea3a18b..0c3da1d2c 100644 --- a/ir/be/beilpsched.c +++ b/ir/be/beilpsched.c @@ -172,7 +172,7 @@ typedef struct { /* option variable */ static ilpsched_options_t ilp_opts = { 1, /* default is with register pressure constraints */ - 70, /* if we have more than 70 nodes: use alive nodes constraint */ + 120, /* if we have more than 70 nodes: use alive nodes constraint */ 300, /* 300 sec per block time limit */ "" /* no log file */ };