*** empty log message ***
[libfirm] / ir / be / bephiopt.h
1 /**
2  * @author Daniel Grund
3  * @date 04.01.2005
4  */
5
6 #ifndef _BEPHIOPT_H
7 #define _BEPHIOPT_H
8
9 #include "debug.h"
10 #include "irgraph.h"
11
12 void be_phi_opt_init(void);
13 void be_phi_opt(ir_graph* irg);
14
15 #endif