be_remove_empty_blocks() now return non-zero if the graph was changed
[libfirm] / 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 */
 };