X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fana%2Firbackedge_t.h;h=808fdfc919856314da050c43cb6434771268c86d;hb=87d0e52206e83773dcd8a260418e53f3eb6bbb83;hp=bdcde444f4aa0f6b4e011e6d980dae985d5b2502;hpb=2807bb5b1ed34c23dc30d228ab0686c6fc9d6ae3;p=libfirm diff --git a/ir/ana/irbackedge_t.h b/ir/ana/irbackedge_t.h index bdcde444f..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,7 +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); +bitset_t *new_backedge_arr(struct obstack *obst, size_t size); /** * Adapts backedges array to new size.