move backend into libfirm
[libfirm] / ir / be / ia32 / ia32_finish.h
1 /**
2  * Function prototypes for irg finishing.
3  * @author Christian Wuerdig
4  * $Id$
5  */
6
7 #ifndef _IA32_FINISH_H_
8 #define _IA32_FINISH_H_
9
10 /**
11  * Check 2-Addesscode constraints and call peephole optimizations.
12  * @param irg  The irg to finish
13  * @param cg   The codegenerator object for the irg
14  */
15 void ia32_finish_irg(ir_graph *irg, ia32_code_gen_t *cg);
16
17 #endif /* _IA32_FINISH_H_ */