Remove unused variable.
authorChristoph Mallon <christoph.mallon@gmx.de>
Sat, 18 Oct 2008 09:59:01 +0000 (09:59 +0000)
committerChristoph Mallon <christoph.mallon@gmx.de>
Sat, 18 Oct 2008 09:59:01 +0000 (09:59 +0000)
[r22981]

ir/be/beblocksched.c

index b977abc..11fb8c0 100644 (file)
@@ -506,7 +506,6 @@ static void collect_egde_frequency_ilp(ir_node *block, void *data)
        }
        else {
                int i;
-               int *edgenums = alloca(sizeof(edgenums[0]) * arity);
 
                snprintf(name, sizeof(name), "block_in_constr_%ld", get_irn_node_nr(block));
                cst = lpp_add_cst_uniq(env->lpp, name, lpp_greater, arity - 1);