Restored somehow lost AMD Family 11h support.
[libfirm] / ir / ana / irbackedge_t.h
index bdcde44..3a45a23 100644 (file)
@@ -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, unsigned size);
 
 /**
  * Adapts backedges array to new size.