From: Matthias Braun Date: Tue, 7 Oct 2008 17:30:17 +0000 (+0000) Subject: another test X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=f6aeac6a547a52beb3cb663c5e63c05c9c3728ea;p=libfirm another test [r22585] --- diff --git a/ir/be/bespillbelady.c b/ir/be/bespillbelady.c index 12f84ce84..77ef39513 100644 --- a/ir/be/bespillbelady.c +++ b/ir/be/bespillbelady.c @@ -511,7 +511,7 @@ static loc_t to_take_or_not_to_take(ir_node* first, ir_node *node, DB((dbg, DBG_START, " %+F taken (%u, live in all preds)\n", node, loc.time)); return loc; - } else if(available == AVAILABLE_NOWHERE) { + } else if(available == AVAILABLE_NOWHERE || available == AVAILABLE_PARTLY) { DB((dbg, DBG_START, " %+F not taken (%u, live in no pred)\n", node, loc.time)); loc.time = USES_INFINITY;