From 771809d70ee2dd7e934c10fb8d0ef6a367ffc2ab Mon Sep 17 00:00:00 2001 From: Matthias Braun Date: Mon, 6 Oct 2008 13:22:08 +0000 Subject: [PATCH] try to never put phis into pending [r22532] --- ir/be/bespillbelady.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ir/be/bespillbelady.c b/ir/be/bespillbelady.c index 30814dc97..362874ff4 100644 --- a/ir/be/bespillbelady.c +++ b/ir/be/bespillbelady.c @@ -593,9 +593,9 @@ static void decide_start_workset(const ir_node *block) loc = to_take_or_not_to_take(first, node, loop, available); if (! USES_IS_INFINITE(loc.time)) { - if (USES_IS_PENDING(loc.time)) + /*if (USES_IS_PENDING(loc.time)) ARR_APP1(loc_t, delayed, loc); - else + else*/ ARR_APP1(loc_t, starters, loc); } else { be_spill_phi(senv, node); -- 2.20.1