Remove the attribute const arch_env_t *arch_env from struct ia32_code_gen_t. We...
[libfirm] / ir / be / beutil.h
index a973713..b593cd9 100644 (file)
@@ -26,8 +26,6 @@
 #ifndef FIRM_BE_BEUTIL_H
 #define FIRM_BE_BEUTIL_H
 
-#include "firm_config.h"
-
 #include <stdio.h>
 
 #include "firm_types.h"
@@ -112,14 +110,6 @@ static INLINE int is_data_node(const ir_node *irn)
        return 0;
 }
 
-/**
- * Dump a vcg graph containing the controlflow graph, the schedule and
- * allocated registers.
- * @param irg The irg. Note that scheduling, register allocation must
- * have been performed.
- */
-void dump_allocated_irg(arch_env_t *env, ir_graph *irg, char *suffix);
-
 void be_clear_links(ir_graph *irg);
 
 /**