X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fana%2Firbackedge_t.h;h=808fdfc919856314da050c43cb6434771268c86d;hb=78bac126e7f9ca55761ab892ebfa9c19a4a65fcf;hp=a20985cda46212661332105f9e8cae67dfa6e814;hpb=1535324d82eaddebb17a0ece9d5980d5da73e7bb;p=libfirm diff --git a/ir/ana/irbackedge_t.h b/ir/ana/irbackedge_t.h index a20985cda..808fdfc91 100644 --- a/ir/ana/irbackedge_t.h +++ b/ir/ana/irbackedge_t.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1995-2007 University of Karlsruhe. All right reserved. + * Copyright (C) 1995-2011 University of Karlsruhe. All right reserved. * * This file is part of libFirm. * @@ -33,16 +33,11 @@ * @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 nodes. - */ -void new_backedge_info(ir_node *n); +bitset_t *new_backedge_arr(struct obstack *obst, size_t size); /** * Adapts backedges array to new size. - * Must be called if in array of irnode is changed. Else + * Must be called if the in array of an IR node is changed. Else * Segmentation faults might occur. */ void fix_backedges(struct obstack *obst, ir_node *n);