X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=heuristical_co.c;h=b33e9d74647907ae22e0a5c5617f2f7cceb7a2c3;hb=027740db3eed3f2be3be0165dd115b5ee0155602;hp=0e4a474053dc6e5ab1202ced33a2f172a40cd83e;hpb=48aa7d4df41739507dec1350eadb0b459550455e;p=libfirm diff --git a/heuristical_co.c b/heuristical_co.c index 0e4a47405..b33e9d746 100644 --- a/heuristical_co.c +++ b/heuristical_co.c @@ -72,8 +72,8 @@ static void merge_into_RN_node(pbqp *pbqp, plist_t *rpeo) static void apply_RN_co(pbqp *pbqp) { - pbqp_node *node = NULL; - unsigned min_index = 0; + pbqp_node *node; + unsigned min_index; assert(pbqp);