- Improved addressmode optimisation for conv nodes
[libfirm] / ir / be / ia32 / ia32_gen_decls.h
index 51230ae..88a5960 100644 (file)
@@ -7,9 +7,11 @@
 #ifndef _IA32_GEN_DECLS_H_
 #define _IA32_GEN_DECLS_H_
 
+#include "../be.h"
+
 /**
  * Generate all entities.
  */
-void ia32_gen_decls(FILE *out);
+void ia32_gen_decls(FILE *out, const be_main_env_t *main_env);
 
 #endif /* _IA32_GEN_DECLS_H_ */