- renamed irop_flag_side_effect to irop_flag_uses_memory
[libfirm] / ir / be / beuses.h
index dac174f..c36ad55 100644 (file)
 #ifndef FIRM_BE_BEUSES_H
 #define FIRM_BE_BEUSES_H
 
-#include "irgraph.h"
-#include "irnode.h"
-
+#include "firm_types.h"
 #include "belive.h"
 
 typedef struct _be_next_use_t {
-       unsigned time;
-       int      outermost_loop;
+       unsigned       time;
+       int            outermost_loop;
+       const ir_node *before;
 } be_next_use_t;
 
 #define USES_INFINITY  10000000