X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fbelive.h;h=ffad8b0942e2595d580a66410b3584578c2f0eec;hb=3e2a1de2fc4b08ebd26778c1eac1a8bd9751d90f;hp=ceb84e068f650092efd7df29eab4c4951000aa22;hpb=441912f0da3d6e1acf5ef88fc38297f90bc774a3;p=libfirm diff --git a/ir/be/belive.h b/ir/be/belive.h index ceb84e068..ffad8b094 100644 --- a/ir/be/belive.h +++ b/ir/be/belive.h @@ -29,6 +29,8 @@ #include +#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.