keep timer interface simple - no names and descriptions for timers anymore, you shoul...
[libfirm] / ir / be / ia32 / ia32_finish.h
index a99a931..d3c5c0a 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.
  *
@@ -36,4 +36,7 @@
  */
 void ia32_finish_irg(ir_graph *irg, ia32_code_gen_t *cg);
 
+/** Initialize the finisher. */
+void ia32_init_finish(void);
+
 #endif /* FIRM_BE_IA32_IA32_FINISH_H */