- Improved addressmode optimisation for conv nodes
[libfirm] / ir / be / ia32 / ia32_gen_decls.h
index 647d989..88a5960 100644 (file)
@@ -1,9 +1,17 @@
+/**
+ * Header for ia32 assembler declarations dumper.
+ * @author Christian Wuerdig
+ * $Id$
+ */
+
 #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_ */