Added basics of phi optimize phase.
[libfirm] / ir / be / bephicoal_t.h
1 /**
2  * @author Daniel Grund
3  * @date 04.01.2005
4  */
5
6 #ifndef _BEPHICOAL_T_H
7 #define _BEPHICOAL_T_H
8
9 #include "pset.h"
10
11 void be_phi_coal_init(void);
12 void be_phi_coalesce_locals(pset *all_phi_classes);
13
14 #endif