X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2FTEMPLATE%2FTEMPLATE_new_nodes.h;h=e35d5b718d822bfb2665edbd43f5ff28f6ff27c7;hb=4d808298b72e72bd06c7466e837dd9dda4eb1070;hp=19b0e969923f86d50668afb5e0ca58cdd4afd877;hpb=61af57b12ac03fde8c8f03d7c9500bfbff5dfdbf;p=libfirm diff --git a/ir/be/TEMPLATE/TEMPLATE_new_nodes.h b/ir/be/TEMPLATE/TEMPLATE_new_nodes.h index 19b0e9699..e35d5b718 100644 --- a/ir/be/TEMPLATE/TEMPLATE_new_nodes.h +++ b/ir/be/TEMPLATE/TEMPLATE_new_nodes.h @@ -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. * @@ -107,11 +107,6 @@ int get_TEMPLATE_out_regnr(const ir_node *node, int pos); */ const arch_register_t *get_TEMPLATE_out_reg(const ir_node *node, int pos); -/** - * Sets the number of results. - */ -void set_TEMPLATE_n_res(ir_node *node, int n_res); - /** * Returns the number of results. */