X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fbeirg.h;h=647480a4c490531018bf57528e0d001bbb4139f3;hb=a8e4a954b36da58bce5413b569532ef54b87abcd;hp=b9813f0b70513a8b45443ca7edf70f08bf907db8;hpb=d1de7107f847963fbce099597e6c42c2371b053c;p=libfirm diff --git a/ir/be/beirg.h b/ir/be/beirg.h index b9813f0b7..647480a4c 100644 --- a/ir/be/beirg.h +++ b/ir/be/beirg.h @@ -35,6 +35,7 @@ typedef struct be_irg_t be_irg_t; ir_graph *be_get_birg_irg(const be_irg_t *birg); void be_assure_liveness(be_irg_t *birg); +void be_assure_liveness_chk(be_irg_t *birg); void be_invalidate_liveness(be_irg_t *birg); be_lv_t *be_get_birg_liveness(const be_irg_t *birg); @@ -52,4 +53,11 @@ ir_exec_freq *be_get_birg_exec_freq(const be_irg_t *birg); */ void be_free_birg(be_irg_t *birg); +/** + * Compare the computed liveness information with the liveness check info. + * @param lv The computed liveness. + * @param lvc The liveness check information. + */ +void be_live_chk_compare(be_irg_t *birg); + #endif /* FIRM_BE_BEIRG_H */