keep_alive_barrier operand used wrong block; schedule keep behind phi sequences
[libfirm] / ir / be / belive.h
index 360a56a..5eee24b 100644 (file)
@@ -29,6 +29,8 @@
 
 #include <stdio.h>
 
+#include "be_types.h"
+
 #include "firm_types.h"
 #include "pset.h"
 
 #include "bearch.h"
 #include "irnodeset.h"
 
-struct be_irg_t;
-
 typedef enum {
        be_lv_state_in  = 1,
        be_lv_state_end = 2,
        be_lv_state_out = 4,
 } be_lv_state_t;
 
-typedef struct _be_lv_t be_lv_t;
-
-typedef struct _be_lv_info_t be_lv_info_t;
-
 /**
  * Compute the inter block liveness for a graph.
  * @param irg The graph.