BugFix: do not schedule memory proj when creating store for spill
authorChristian Würdig <chriswue@ipd.info.uni-karlsruhe.de>
Sun, 4 Jun 2006 14:56:51 +0000 (14:56 +0000)
committerChristian Würdig <chriswue@ipd.info.uni-karlsruhe.de>
Sun, 4 Jun 2006 14:56:51 +0000 (14:56 +0000)
ir/be/ia32/bearch_ia32.c

index 5bc9c1d..bdf1589 100644 (file)
@@ -945,8 +945,6 @@ static void transform_to_Store(ia32_transform_env_t *env) {
 
        if (sched_point) {
                sched_add_after(sched_point, new_op);
-               sched_add_after(new_op, proj);
-
                sched_remove(irn);
        }