Fixes
[libfirm] / ir / be / bera.h
index 7680f90..11e43be 100644 (file)
@@ -24,9 +24,11 @@ typedef struct {
 #ifdef WITH_LIBCORE
        void (*register_options)(lc_opt_entry_t *grp);
 #endif
-       void (*allocate)(const be_main_env_t *env, ir_graph *irg);
+       void (*allocate)(const be_irg_t *bi);
 } be_ra_t;
 
+
+
 /**
  * Check, if two values interfere.
  * @param a The first value.