Bugfix
[libfirm] / ir / be / bechordal.h
index 10e6cd0..e417035 100644 (file)
 #include "irgraph.h"
 #include "irnode.h"
 
-/**
- * Allocate registers for an ir graph.
- * @param irg The graph.
- * @return Some internal data to be freed with be_ra_chordal_free().
- */
-void be_ra_chordal(ir_graph *irg);
-
-void be_ra_chordal_done(ir_graph *irg);
+#include "bearch.h"
+#include "bearch.h"
 
-int phi_ops_interfere(const ir_node *a, const ir_node *b);
 
 #endif