X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fbeirg.h;h=9bc2c0f3daeed690d22b474ca8eefb9e7ff4c9b7;hb=c1fdf770d4d000dd5cf22daead32369342c5f5d1;hp=b9813f0b70513a8b45443ca7edf70f08bf907db8;hpb=d1de7107f847963fbce099597e6c42c2371b053c;p=libfirm diff --git a/ir/be/beirg.h b/ir/be/beirg.h index b9813f0b7..9bc2c0f3d 100644 --- a/ir/be/beirg.h +++ b/ir/be/beirg.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1995-2007 University of Karlsruhe. All right reserved. + * Copyright (C) 1995-2008 University of Karlsruhe. All right reserved. * * This file is part of libFirm. * @@ -34,8 +34,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_invalidate_liveness(be_irg_t *birg); +be_lv_t *be_assure_liveness(be_irg_t *birg); be_lv_t *be_get_birg_liveness(const be_irg_t *birg); void be_assure_dom_front(be_irg_t *birg);