From: Christoph Mallon Date: Wed, 28 Nov 2012 16:14:39 +0000 (+0100) Subject: bestate: Remove unnecessary test. X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=0f758eda285960164141e7e2d81f00f898f2ae7e;p=libfirm bestate: Remove unnecessary test. Projs are not scheduled anymore. --- diff --git a/ir/be/bestate.c b/ir/be/bestate.c index 054e319c7..f2f6a4cd7 100644 --- a/ir/be/bestate.c +++ b/ir/be/bestate.c @@ -134,7 +134,7 @@ static spill_info_t *create_spill(minibelady_env_t *env, ir_node *state, int for do { after = next; next = sched_next(after); - } while (is_Proj(next) || is_Phi(next) || be_is_Keep(next)); + } while (is_Phi(next) || be_is_Keep(next)); } else { after = state; }