X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fana%2Firbackedge_t.h;h=808fdfc919856314da050c43cb6434771268c86d;hb=d5d7159c209a9e5c5fa276f770b5b28a217990a8;hp=1223209f0bc2094839f2bac7e0d6cc87155c75ba;hpb=7779339701d530aa3792887c15282b8af43dbc3b;p=libfirm diff --git a/ir/ana/irbackedge_t.h b/ir/ana/irbackedge_t.h index 1223209f0..808fdfc91 100644 --- a/ir/ana/irbackedge_t.h +++ b/ir/ana/irbackedge_t.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1995-2008 University of Karlsruhe. All right reserved. + * Copyright (C) 1995-2011 University of Karlsruhe. All right reserved. * * This file is part of libFirm. * @@ -33,12 +33,7 @@ * @param obst the obstack to allocate the array on * @param size the size of the backedge array */ -unsigned *new_backedge_arr(struct obstack *obst, unsigned size); - -/** - * Allocate new backedge info for a given node. - */ -void new_backedge_info(ir_node *n); +bitset_t *new_backedge_arr(struct obstack *obst, size_t size); /** * Adapts backedges array to new size.