some workaround to avoid condeval creating Phibs which not all backends like
[libfirm] / ir / be / belower.h
1 /**
2  * Chordal register allocation.
3  * @author Christian Wuerdig
4  * @date 2005/12/14
5  * @cvsid $Id$
6  */
7 #ifndef _BELOWER_H_
8 #define _BELOWER_H_
9
10 #include "beirg.h"
11
12 void assure_constraints(be_irg_t *birg);
13 void lower_nodes_after_ra(be_irg_t *birg, int do_copy);
14
15 #endif /* _BELOWER_H_ */