From 18d6880947147277c8f13ad3eff3f7ad6e0a9d87 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Christian=20W=C3=BCrdig?= Date: Thu, 2 Nov 2006 09:28:17 +0000 Subject: [PATCH] removed unnecessary extern --- ir/be/bearch.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ir/be/bearch.c b/ir/be/bearch.c index 5ea988dd8..c53b78c4f 100644 --- a/ir/be/bearch.c +++ b/ir/be/bearch.c @@ -143,7 +143,7 @@ int arch_possible_memory_operand(const arch_env_t *env, const ir_node *irn, unsi } } -extern void arch_perform_memory_operand(const arch_env_t *env, ir_node *irn, ir_node *spill, unsigned int i) { +void arch_perform_memory_operand(const arch_env_t *env, ir_node *irn, ir_node *spill, unsigned int i) { const arch_irn_ops_t *ops = get_irn_ops(env, irn); if(ops->impl->perform_memory_operand) { ops->impl->perform_memory_operand(ops, irn, spill, i); -- 2.20.1