Extended perm insertion by setting the colors of the outs.
[libfirm] / ir / be / becopyoptmain.h
index eb95603..9bf9c0b 100644 (file)
@@ -8,8 +8,6 @@
  * - phi coalescing
  * - register-constrained nodes
  *
- * Checker included.
- * By request some statistics are collected too.
  */
 
 #ifndef _BECOPYOPTMAIN_H
@@ -18,7 +16,9 @@
 #include "irgraph.h"
 #include "bearch.h"
 
+#include "bechordal.h"
+
 void be_copy_opt_init(void);
-void be_copy_opt(ir_graph* irg, const arch_env_t *env, const arch_register_class_t *cls);
+void be_copy_opt(be_chordal_env_t *chordal_env);
 
 #endif