Projs aren't scheduled anymore
authorMatthias Braun <matze@braunis.de>
Thu, 11 Oct 2007 16:12:44 +0000 (16:12 +0000)
committerMatthias Braun <matze@braunis.de>
Thu, 11 Oct 2007 16:12:44 +0000 (16:12 +0000)
[r16155]

ir/be/bespill.c

index 4cc4ad0..577b56d 100644 (file)
@@ -272,7 +272,7 @@ ir_node *be_get_end_of_block_insertion_point(const ir_node *block)
        ir_node *last = sched_last(block);
 
        /* we might have projs and keepanys behind the jump... */
-       while(is_Proj(last) || be_is_Keep(last)) {
+       while(be_is_Keep(last)) {
                last = sched_prev(last);
                assert(!sched_is_end(last));
        }