X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fbelive.h;h=4b19b39f31314272a75f64e138ddbf22b9a7a378;hb=75e3b5fe17402ca27fc671dd404ff958664506b1;hp=dbd71ab557101aea36ec0ea7565a9b5c2b73ed22;hpb=f94d292525ff2eb4b35dfcb1977612aa9deca775;p=libfirm diff --git a/ir/be/belive.h b/ir/be/belive.h index dbd71ab55..4b19b39f3 100644 --- a/ir/be/belive.h +++ b/ir/be/belive.h @@ -36,6 +36,8 @@ #include "bearch.h" #include "irnodeset.h" +struct be_irg_t; + typedef enum { be_lv_state_in = 1, be_lv_state_end = 2, @@ -50,7 +52,7 @@ 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(ir_graph *irg); +be_lv_t *be_liveness(const struct be_irg_t *birg); /** * Check the given liveness information against a freshly computed one.