Added construction of phi congruence classes.
[libfirm] / ir / be / phistat.h
1 /**
2  * @author Daniel Grund
3  * @date 09.12.2004
4  */
5
6 #ifndef _PHISTAT_H
7 #define _PHISTAT_H
8
9 void do_phi_statistics(void);
10
11 #endif