X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fir%2Firprofile.c;h=af3f9952caa0b4caadced42ebd2b6be99c80bce4;hb=4f92e524762e0febc361676111b3b5b79addd03a;hp=16a59b79694f8922e7b6a964e9c7656d5efff9c2;hpb=ce6161a7e42a48f7422b7babcc64d8ace18e2687;p=libfirm diff --git a/ir/ir/irprofile.c b/ir/ir/irprofile.c index 16a59b796..af3f9952c 100644 --- a/ir/ir/irprofile.c +++ b/ir/ir/irprofile.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1995-2008 University of Karlsruhe. All right reserved. + * Copyright (C) 1995-2011 University of Karlsruhe. All right reserved. * * This file is part of libFirm. * @@ -271,7 +271,7 @@ static void create_location_data(dbg_info *dbg, block_id_walker_data_t *wd) ident *id; char buf[128]; ir_type *arr; - int i, len = strlen(fname) + 1; + size_t i, len = strlen(fname) + 1; ir_tarval **tarval_string; snprintf(buf, sizeof(buf), "firm_name_arr.%u", nr);