X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fana%2Firbackedge_t.h;h=c757aa31ee384c8bcb0b60bd4b336dfad4fd8d0e;hb=7b753172312c75de5bc5e4562b3847a7d33b2606;hp=5a563296616cf645fdc290477edba395737635c6;hpb=1ce363f80e6a204d4011f85813362d9bd1d0e7e4;p=libfirm diff --git a/ir/ana/irbackedge_t.h b/ir/ana/irbackedge_t.h index 5a5632966..c757aa31e 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. * @@ -22,7 +22,6 @@ * @brief Access function for backedges -- private header. * @author Goetz Lindenmaier * @date 7.2002 - * @version $Id$ */ #ifndef FIRM_ANA_IRBACKEDGE_T_H #define FIRM_ANA_IRBACKEDGE_T_H @@ -33,16 +32,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);