X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fbeabi.c;h=c6879f35c5df518fc4c7206e59a7355eb6e901fd;hb=d05a8de2337bd4a09336cce45f21ad2345d03856;hp=c3068f969570b0c6d19d9180938ca1eaa64891ad;hpb=f96d16adbb19e18b3f77cd2a02ae08b07efe0844;p=libfirm diff --git a/ir/be/beabi.c b/ir/be/beabi.c index c3068f969..c6879f35c 100644 --- a/ir/be/beabi.c +++ b/ir/be/beabi.c @@ -1580,7 +1580,6 @@ static void fix_address_of_parameter_access(be_abi_irg_t *env, ent_pos_pair *val be_abi_call_arg_t *arg = get_call_arg(call, 0, pos); if (arg->in_reg) { - ir_entity *ent = value_param_list[i].ent; DBG((dbg, LEVEL_2, "\targ #%d need backing store\n", pos)); value_param_list[i].next = new_list; new_list = &value_param_list[i];