Add the * for the type in foreach_set() automatically.
[libfirm] / ir / ana / irbackedge_t.h
index bdcde44..c757aa3 100644 (file)
@@ -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,7 +32,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.