bearch: Add and use be_foreach_value().
[libfirm] / ir / be / ia32 / ia32_finish.h
index d3c5c0a..fb3b18b 100644 (file)
@@ -21,7 +21,6 @@
  * @file
  * @brief   This file implements functions to finalize the irg for emit.
  * @author  Christian Wuerdig
- * @version $Id$
  */
 #ifndef FIRM_BE_IA32_IA32_FINISH_H
 #define FIRM_BE_IA32_IA32_FINISH_H
 /**
  * Check 2-Addresscode constraints and call peephole optimizations.
  * @param irg  The irg to finish
- * @param cg   The codegenerator object for the irg
  */
-void ia32_finish_irg(ir_graph *irg, ia32_code_gen_t *cg);
+void ia32_finish_irg(ir_graph *irg);
 
 /** Initialize the finisher. */
 void ia32_init_finish(void);
 
-#endif /* FIRM_BE_IA32_IA32_FINISH_H */
+#endif