fixed a bunch of warnings
[libfirm] / ir / be / becopyopt.h
index fb2b055..e013609 100644 (file)
@@ -34,7 +34,7 @@
 
 #include <stdio.h>
 
-#include "irnode.h"
+#include "firm_types.h"
 #include "bechordal.h"
 
 /**
@@ -87,11 +87,6 @@ void free_copy_opt(copy_opt_t *co);
  */
 int co_is_optimizable_root(const copy_opt_t *co, ir_node *irn);
 
-/**
- * Checks if the irn is a non-interfering argument of a node which 'is_optimizable'
- */
-int co_is_optimizable_arg(const copy_opt_t *co, ir_node *irn);
-
 /**
  * Computes the costs of a copy according to loop depth
  * @param co   The copy opt object.