Bugfix
[libfirm] / ir / be / bechordal.h
index 8640b2f..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_done().
- */
-void be_ra_chordal(ir_graph *irg);
+#include "bearch.h"
+#include "bearch.h"
 
-void be_ra_chordal_done(ir_graph *irg);
-void be_ra_chordal_init(void);
 
 #endif