X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fbeirg.c;h=49281867fca446f426c50d131844f1dbbd08f326;hb=040868cbcb834457c8195efbbccf221123c7f153;hp=b42da445223500e3333db1c8572fc00c2e21fc41;hpb=89b4a549e8516933e7fb7ed706a3bf77d0a3f961;p=libfirm diff --git a/ir/be/beirg.c b/ir/be/beirg.c index b42da4452..49281867f 100644 --- a/ir/be/beirg.c +++ b/ir/be/beirg.c @@ -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. * @@ -30,13 +30,14 @@ #include "execfreq.h" #include "beirg_t.h" +#include "absgraph.h" be_lv_t *be_assure_liveness(be_irg_t *birg) { if (birg->lv != NULL) return birg->lv; - return birg->lv = be_liveness(birg->irg); + return birg->lv = be_liveness(birg); } void be_assure_dom_front(be_irg_t *birg)