fixed indents
[libfirm] / ir / be / belower.h
1 /**
2  * Chordal register allocation.
3  * @author Christian Wuerdig
4  * @date 2005/12/14
5  * @cvsid $Id$
6  */
7
8 #ifndef _BELOWER_H_
9 #define _BELOWER_H_
10
11 #include "bechordal.h"
12 #include "be_t.h"
13
14 void assure_constraints(be_irg_t *birg);
15 void lower_nodes_after_ra(be_chordal_env_t *chord_env, int do_copy, int do_stat);
16
17 #endif /* _BELOWER_H_ */