- place memperms in the predblocks of the memphi, not in the blocks of the phi argument
[libfirm] / ir / be / besched.c
index de56784..82cc3e7 100644 (file)
@@ -63,7 +63,7 @@ void sched_renumber(const ir_node *block)
 {
        ir_node *irn;
        sched_info_t *inf;
-       sched_timestep_t step = 0;
+       sched_timestep_t step = SCHED_INITIAL_GRANULARITY;
 
        sched_foreach(block, irn) {
                inf = get_irn_sched_info(irn);