X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fbecopyheur4.c;h=bac5a04bc20360b544d886ab32fc7563b56e9a4a;hb=268ddd70cec4805b8a0d37458ace73eb17e86e42;hp=f5fd8c975d8c5ee9aa67131eab7b4a496fe1b001;hpb=e286e9ef5b9e1b3b8085f783da1b7e2c0989e6b9;p=libfirm diff --git a/ir/be/becopyheur4.c b/ir/be/becopyheur4.c index f5fd8c975..bac5a04bc 100644 --- a/ir/be/becopyheur4.c +++ b/ir/be/becopyheur4.c @@ -401,7 +401,7 @@ static void *co_mst_irn_init(ir_phase *ph, const ir_node *irn) res->adm_colors = bitset_obstack_alloc(phase_obst(ph), env->n_regs); /* Exclude colors not assignable to the irn */ - req = arch_get_register_req_out(irn); + req = arch_get_irn_register_req(irn); if (arch_register_req_is(req, limited)) rbitset_copy_to_bitset(req->limited, res->adm_colors); else