bestate: Remove unnecessary test.
authorChristoph Mallon <christoph.mallon@gmx.de>
Wed, 28 Nov 2012 16:14:39 +0000 (17:14 +0100)
committerChristoph Mallon <christoph.mallon@gmx.de>
Wed, 28 Nov 2012 16:14:39 +0000 (17:14 +0100)
Projs are not scheduled anymore.

ir/be/bestate.c

index 054e319..f2f6a4c 100644 (file)
@@ -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;
        }