removed broken include
[libfirm] / ir / be / becopyopt.h
index 6dadcb3..9b27447 100644 (file)
@@ -37,6 +37,9 @@
 #define DEBUG_LVL_HEUR SET_LEVEL_0
 #define DEBUG_LVL_ILP  SET_LEVEL_0
 
+#define MIS_HEUR_TRIGGER 8
+
+
 typedef int(*cost_fct_t)(ir_node*, ir_node*, int);
 
 /**
@@ -162,7 +165,7 @@ void co_heur_opt(copy_opt_t *co);
 
 /**
  * Solves the problem using mixed integer programming
- * @retruns 1 iff solution state was optimal
+ * @returns 1 iff solution state was optimal
  */
 int co_ilp_opt(copy_opt_t *co, double time_limit);