- Split bearch.h correctly into bearch.h and bearch_t.h
[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_t.h"
12 #include "bera.h"
13
14 typedef struct be_chordal_env_t  be_chordal_env_t;
15
16 #endif