X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fbeprefalloc.c;h=00097ace41d1f760cbdcf947d5af4cd13a7925c4;hb=7ad86c1baab2fdceae2aa610bb584b30538cc5c6;hp=941563e0b298c25f4df15b3eef5a0df116559697;hpb=81143885a3389e3d26fc5a91e1777ab8aac7b547;p=libfirm diff --git a/ir/be/beprefalloc.c b/ir/be/beprefalloc.c index 941563e0b..00097ace4 100644 --- a/ir/be/beprefalloc.c +++ b/ir/be/beprefalloc.c @@ -1250,14 +1250,6 @@ static void enforce_constraints(ir_nodeset_t *live_nodes, ir_node *node, int res = hungarian_solve(bp, assignment, NULL, 0); assert(res == 0); -#if 0 - fprintf(stderr, "Swap result:"); - for (i = 0; i < (int) n_regs; ++i) { - fprintf(stderr, " %d", assignment[i]); - } - fprintf(stderr, "\n"); -#endif - hungarian_free(bp); permute_values(live_nodes, node, assignment); @@ -1539,7 +1531,7 @@ static void allocate_coalesce_block(ir_node *block, void *data) if (req->cls != cls) continue; - if (arch_register_req_is(req, limited)) { + if (arch_register_req_is(req, ignore)) { allocation_info_t *info = get_allocation_info(node); info->current_value = node;