679add6d7e88e9e2e09703e11ba1d23bddb3f1da
[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 "bera.h"
16
17 /**
18  * The register allocator structure.
19  */
20 const be_ra_t be_ra_chordal_allocator;
21
22 typedef struct _be_chordal_env_t be_chordal_env_t;
23
24 #endif