start register allocator again, fix typo
[libfirm] / ir / be / bechordal.h
index 4125693..a9c4296 100644 (file)
@@ -8,13 +8,9 @@
 #ifndef __BECHORDAL_H
 #define __BECHORDAL_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);
+#include "bearch.h"
+#include "bera.h"
 
-void be_ra_chordal_free(ir_graph *irg);
+typedef struct _be_chordal_env_t be_chordal_env_t;
 
 #endif