removed bearch_firm, it's now in it's own subdir
[libfirm] / ir / be / bechordal.h
1
2 /**
3  * Chordal register allocation.
4  * @author Sebastian Hack
5  * @date 14.12.2004
6  */
7
8 #ifndef __BECHORDAL_H
9 #define __BECHORDAL_H
10
11 #include "irgraph.h"
12 #include "irnode.h"
13
14 #include "bearch.h"
15 #include "bearch.h"
16
17
18 #endif