Added sparse matrix impl. Used by copyopt_ilp
[libfirm] / ir / be / bephicoalilp_t.h
1 /**
2  * @author Daniel Grund
3  * @date 11.03.2005
4  */
5
6 #ifndef _BEPHICOALILP_T_H
7 #define _BEPHICOALILP_T_H
8
9 #include "irgraph.h"
10 #include "pset.h"
11
12 void be_phi_coal_ilp_init(void);
13 void be_phi_coalesce_ilp(ir_graph *irg, pset *all_phi_nodes);
14
15 #endif