removed pn_Bound_M_except, Bound now have only one memory output
[libfirm] / ir / ir / iredges_t.h
index 95c8ead..28e9968 100644 (file)
@@ -168,7 +168,7 @@ static INLINE int _get_irn_n_edges(const ir_node *irn)
 /* Perhaps out_count was buggy. This code does it more safely. */
 #if 1
        int res = 0;
-       struct list_head *pos, *head = _get_irn_outs_head(irn);
+       const struct list_head *pos, *head = _get_irn_outs_head(irn);
        list_for_each(pos, head)
                res++;
        return res;