Added call to eliminate_phi_interferences. Enabled phi-destruction.
[libfirm] / ir / be / lpp_local.c
index 1b27e44..362be3e 100644 (file)
@@ -22,7 +22,7 @@
 #include "ilcplex/cplex.h"
 
 #undef LOGFILE //stdout
-#define TIME_LIMIT 30 /* in sec. 0 for none */
+#define TIME_LIMIT 5*60 /* in sec. 0 for none */
 
 static char cpx_cst_encoding[4] = {'?', 'E', 'L', 'G'};
 static char cpx_var_encoding[4] = {'?', '?', 'C', 'B'};