dump the modify_flags flag, too
[libfirm] / ir / be / ia32 / ia32_optimize.h
index 9c6863c..c89b2a2 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1995-2007 University of Karlsruhe.  All right reserved.
+ * Copyright (C) 1995-2008 University of Karlsruhe.  All right reserved.
  *
  * This file is part of libFirm.
  *
@@ -43,8 +43,11 @@ void ia32_pre_transform_phase(ia32_code_gen_t *cg);
 void ia32_optimize_graph(ia32_code_gen_t *cg);
 
 /**
- * Performs Peephole Optimizations
+ * Performs Peephole Optimizations an a graph.
+ *
+ * @param irg   the graph
+ * @param cg    the code generator object
  */
-void ia32_peephole_optimization(ir_graph *irg, ia32_code_gen_t *cg);
+void ia32_peephole_optimization(ia32_code_gen_t *cg);
 
 #endif /* FIRM_BE_IA32_IA32_OPTIMIZE_H */