X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Ftr%2Ftpop.c;h=d9df533411c6f880cea2b4f9d357a4bee3be65f2;hb=2b248c834c848378e01d0593667a4984bd59ca7f;hp=015d1cd4f514633ae1583a7f3e2d2684d106afa4;hpb=2120cb6ad7ec660f4d2528d8d448a3198c53d571;p=libfirm diff --git a/ir/tr/tpop.c b/ir/tr/tpop.c index 015d1cd4f..d9df53341 100644 --- a/ir/tr/tpop.c +++ b/ir/tr/tpop.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1995-2007 University of Karlsruhe. All right reserved. + * Copyright (C) 1995-2008 University of Karlsruhe. All right reserved. * * This file is part of libFirm. * @@ -75,7 +75,7 @@ static const tp_op_ops free_class_entities, NULL, set_class_mode, - set_class_size_bits, + set_class_size, get_class_n_members, get_class_member, get_class_member_index @@ -86,7 +86,7 @@ static const tp_op_ops free_struct_entities, NULL, set_struct_mode, - set_struct_size_bits, + set_struct_size, get_struct_n_members, get_struct_member, get_struct_member_index @@ -108,7 +108,7 @@ static const tp_op_ops free_union_entities, NULL, NULL, - set_union_size_bits, + set_union_size, get_union_n_members, get_union_member, get_union_member_index @@ -119,7 +119,7 @@ static const tp_op_ops free_array_entities, free_array_automatic_entities, NULL, - set_array_size_bits, + set_array_size, NULL, NULL, NULL @@ -152,7 +152,7 @@ static const tp_op_ops NULL, NULL, NULL, - set_default_size_bits, + set_default_size, NULL, NULL, NULL