From 432055ec338cf280b3f9006da1734021d2359007 Mon Sep 17 00:00:00 2001 From: Michael Beck Date: Thu, 25 Jan 2007 23:13:24 +0000 Subject: [PATCH] renamed opcode to ir_opcode --- ir/be/TEMPLATE/TEMPLATE_transform.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ir/be/TEMPLATE/TEMPLATE_transform.c b/ir/be/TEMPLATE/TEMPLATE_transform.c index 93bcdccf6..969760b7f 100644 --- a/ir/be/TEMPLATE/TEMPLATE_transform.c +++ b/ir/be/TEMPLATE/TEMPLATE_transform.c @@ -305,7 +305,7 @@ static ir_node *gen_Store(TEMPLATE_transform_env_t *env) { */ void TEMPLATE_transform_node(ir_node *node, void *env) { TEMPLATE_code_gen_t *cgenv = (TEMPLATE_code_gen_t *)env; - opcode code = get_irn_opcode(node); + ir_opcode code = get_irn_opcode(node); ir_node *asm_node = NULL; TEMPLATE_transform_env_t tenv; -- 2.20.1