X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;ds=sidebyside;f=ir%2Fbe%2FTEMPLATE%2FTEMPLATE_new_nodes.c;h=4d4a2d7c055c6dac75ea9691de4476c76bc451a2;hb=c4ff1c9959667db87996891435a12ae466563062;hp=b09d95f4b9806f3707b37446559a807504dd767c;hpb=17e47394fa72025d14172a2acef2d258a067aa42;p=libfirm diff --git a/ir/be/TEMPLATE/TEMPLATE_new_nodes.c b/ir/be/TEMPLATE/TEMPLATE_new_nodes.c index b09d95f4b..4d4a2d7c0 100644 --- a/ir/be/TEMPLATE/TEMPLATE_new_nodes.c +++ b/ir/be/TEMPLATE/TEMPLATE_new_nodes.c @@ -128,7 +128,7 @@ static void dump_reg_req(FILE *F, ir_node *n, const TEMPLATE_register_req_t **re * @param reason indicates which kind of information should be dumped * @return 0 on success or != 0 on failure */ -static int dump_node_TEMPLATE(ir_node *n, FILE *F, dump_reason_t reason) { +static int TEMPLATE_dump_node(ir_node *n, FILE *F, dump_reason_t reason) { ir_mode *mode = NULL; int bad = 0; int i;