Fixed name mangling for private entities
[libfirm] / ir / be / belive.h
index ceb84e0..ffad8b0 100644 (file)
@@ -29,6 +29,8 @@
 
 #include <stdio.h>
 
+#include "be_types.h"
+
 #include "firm_types.h"
 #include "pset.h"
 
@@ -44,15 +46,11 @@ typedef enum {
        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.
  */
-be_lv_t *be_liveness(const struct be_irg_t *birg);
+be_lv_t *be_liveness(ir_graph *irg);
 
 /**
  * Check the given liveness information against a freshly computed one.