-small cleanup
[libfirm] / ir / be / ia32 / ia32_optimize.h
index 2b22071..82af415 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.
  *
@@ -50,4 +50,7 @@ void ia32_optimize_graph(ia32_code_gen_t *cg);
  */
 void ia32_peephole_optimization(ia32_code_gen_t *cg);
 
+/** Initialize the ia32 address mode optimizer. */
+void ia32_init_optimize(void);
+
 #endif /* FIRM_BE_IA32_IA32_OPTIMIZE_H */