included phi stat in normal main loop.
[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 #include "domtree.h"
11
12 void be_phi_coal_init(void);
13 void be_phi_coalesce_locals(pset *all_phi_classes, dominfo_t *dominfo);
14
15 #endif