changed some default values (dead vs alive node constraint limit)
authorChristian Würdig <chriswue@ipd.info.uni-karlsruhe.de>
Wed, 31 Jan 2007 13:45:06 +0000 (13:45 +0000)
committerChristian Würdig <chriswue@ipd.info.uni-karlsruhe.de>
Wed, 31 Jan 2007 13:45:06 +0000 (13:45 +0000)
ir/be/beilpsched.c

index 35ea3a1..0c3da1d 100644 (file)
@@ -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 */
 };