New setcc framework can handle all mux_is_abs(..., Const, Const) using set and up...
[libfirm] / ir / be / becopystat.h
index 7cd251d..d02f51a 100644 (file)
@@ -27,9 +27,8 @@
 #ifndef FIRM_BE_BECOPYSTAT_H
 #define FIRM_BE_BECOPYSTAT_H
 
-#include "firm_config.h"
 #include "firm_types.h"
-#include "bearch_t.h"
+#include "bearch.h"
 #include "bechordal_t.h"
 
 void copystat_add_max_costs(int costs);
@@ -52,9 +51,4 @@ void copystat_add_ilp_iter(int iters);
 
 #endif /* WITH_ILP */
 
-/**
- * Compares different solutions of the same problem
- */
-void co_compare_solvers(be_chordal_env_t *chordal_env);
-
-#endif /* FIRM_BE_BECOPYSTAT_H */
+#endif