X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fbeirg.h;h=9bc2c0f3daeed690d22b474ca8eefb9e7ff4c9b7;hb=9003bb80f110a064291884dc408221d528686543;hp=d9759ed12972dbf2fe50093b1337c357ff65cc9e;hpb=39f3a8dbd0f00f90b7b12a849d1bf7b9c1329479;p=libfirm diff --git a/ir/be/beirg.h b/ir/be/beirg.h index d9759ed12..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. * @@ -27,7 +27,6 @@ #ifndef FIRM_BE_BEIRG_H #define FIRM_BE_BEIRG_H -#include "execfreq.h" #include "belive.h" #include "bedomfront.h" @@ -35,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);