X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fkaps%2Fheuristical_co.c;h=bbd961b6ef293a1cfe05a462b0efde4feb3ba3a3;hb=171a98cff2d5ae80ee5a4f4cf71ba2a0e75e611e;hp=aa30729064c569eab582527b74c9ae2a22346a13;hpb=f60a80883e4fd60ce01af229990dc6907b4b8354;p=libfirm diff --git a/ir/kaps/heuristical_co.c b/ir/kaps/heuristical_co.c index aa3072906..bbd961b6e 100644 --- a/ir/kaps/heuristical_co.c +++ b/ir/kaps/heuristical_co.c @@ -63,7 +63,6 @@ static void merge_into_RN_node(pbqp_t *pbqp, plist_t *rpeo) plist_insert_back(rpeo, node); } while(node_is_reduced(node)); - assert(node); assert(pbqp_node_get_degree(node) > 2); /* Check whether we can merge a neighbor into the current node. */ @@ -79,7 +78,6 @@ static void apply_RN_co(pbqp_t *pbqp) node = merged_node; merged_node = NULL; - assert(node); if (node_is_reduced(node)) return;