Remove the unused parameter const arch_env_t *env from arch_get_register_req().
[libfirm] / ir / be / ia32 / ia32_optimize.h
index 37a43c9..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.
  *
@@ -48,6 +48,6 @@ void ia32_optimize_graph(ia32_code_gen_t *cg);
  * @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 */