fix last commit
authorMatthias Braun <matze@braunis.de>
Fri, 31 Jul 2009 10:35:46 +0000 (10:35 +0000)
committerMatthias Braun <matze@braunis.de>
Fri, 31 Jul 2009 10:35:46 +0000 (10:35 +0000)
[r26299]

ir/opt/opt_ldst.c

index 859fd1e..a20597b 100644 (file)
@@ -2120,7 +2120,7 @@ static int insert_Load(block_t *bl) {
 
        if (!rbitset_equal(bl->avail_out, env.curr_set, env.rbs_size)) {
                /* the avail set has changed */
-               rbitset_cpy(bl->avail_out, env.curr_set, env.rbs_size);
+               rbitset_copy(bl->avail_out, env.curr_set, env.rbs_size);
                dump_curr(bl, "Avail_out*");
                return 1;
        }
@@ -2367,6 +2367,7 @@ int opt_ldst(ir_graph *irg) {
        }
 
 //     dump_block_list(&env);
+       (void) dump_block_list;
 
        calcAvail();
        calcAntic();