ia32: get_eip and fpu_trunc_mode are not always NULL before transformation
[libfirm] / ir / be / becopystat.h
index 35b2bd7..d02f51a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1995-2007 University of Karlsruhe.  All right reserved.
+ * Copyright (C) 1995-2008 University of Karlsruhe.  All right reserved.
  *
  * This file is part of libFirm.
  *
@@ -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