added get_next_ir_opcodes() to allow allocation of cosecutive opcodes
[libfirm] / ir / be / bera.h
index 7680f90..5afee30 100644 (file)
@@ -27,6 +27,8 @@ typedef struct {
        void (*allocate)(const be_main_env_t *env, ir_graph *irg);
 } be_ra_t;
 
+
+
 /**
  * Check, if two values interfere.
  * @param a The first value.