fixed comment
[libfirm] / ir / be / becopyopt.h
index 7e11ba3..8200b8f 100644 (file)
@@ -9,7 +9,6 @@
  * - Register-constrained nodes
  * - Two-address code instructions
  */
-
 #ifndef _BECOPYOPT_H
 #define _BECOPYOPT_H
 
 #include "firm_types.h"
 #include "bechordal.h"
 
-#ifdef WITH_LIBCORE
-#include <libcore/lc_opts.h>
-extern void co_register_options(lc_opt_entry_t *grp);
-#endif
-
 /**
  * Flags for dumping the IFG.
  */
@@ -48,11 +42,6 @@ enum {
 /** The driver for copy minimization. */
 void co_driver(be_chordal_env_t *cenv);
 
-/**
- * Has to be called during the firm init phase
- */
-void be_copy_opt_init(void);
-
 typedef struct _copy_opt_t copy_opt_t;
 
 typedef int(*cost_fct_t)(const copy_opt_t *, ir_node*, ir_node*, int);