X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Ftr%2Ftpop.c;h=1237aacb1833b3ed0b33f867720c77820a3c1749;hb=e88385016800d3c56c3fa09770e9f7995c42e106;hp=d7a92d3b162dc33b16f4b6c88e522399265e91a0;hpb=43332529cf18bf9f2a0ecb384dc5dd0093eb3c8a;p=libfirm diff --git a/ir/tr/tpop.c b/ir/tr/tpop.c index d7a92d3b1..1237aacb1 100644 --- a/ir/tr/tpop.c +++ b/ir/tr/tpop.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. * @@ -211,7 +211,7 @@ tp_opcode (get_tpop_code)(const tp_op *op) } /* returns the attribute size of the operator. */ -int (get_tpop_attr_size)(const tp_op *op) +size_t (get_tpop_attr_size)(const tp_op *op) { return _get_tpop_attr_size(op); }