added convert to keep compiler happy
authorJohannes Spallek <spallek@ipd.info.uni-karlsruhe.de>
Thu, 1 Jun 2006 12:15:24 +0000 (12:15 +0000)
committerJohannes Spallek <spallek@ipd.info.uni-karlsruhe.de>
Thu, 1 Jun 2006 12:15:24 +0000 (12:15 +0000)
ir/be/bessadestrsimple.c

index 75c8afd..cb25a96 100644 (file)
@@ -228,7 +228,7 @@ static ir_node *insert_copies(ssa_destr_env_t *sde, const arch_register_class_t
 
        /* In case this is a 'normal' phi we insert at the
         * end of the pred block before cf nodes */
-       last_cpy = sched_skip(pred_blk, 0, sched_skip_cf_predicator, sde->aenv);
+       last_cpy = sched_skip(pred_blk, 0, sched_skip_cf_predicator, (void *)sde->aenv);
        last_cpy = sched_next(last_cpy);
 
        /* If we detect a loop stop recursion. */