changed to_appear_in_schedule: 1 - yes, 0 - no, -1 - don't know
[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 "bearch.h"
12 #include "bera.h"
13
14 /**
15  * The register allocator structure.
16  */
17 extern const be_ra_t be_ra_chordal_allocator;
18
19 typedef struct _be_chordal_env_t be_chordal_env_t;
20
21 #endif