From 9a616d42cec598933c021908880c8c48500a2112 Mon Sep 17 00:00:00 2001 From: Christoph Mallon Date: Tue, 1 Aug 2006 15:50:47 +0000 Subject: [PATCH] Give function a return type --- ir/be/bespill.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ir/be/bespill.c b/ir/be/bespill.c index 50ab7aac9..e003a2de4 100644 --- a/ir/be/bespill.c +++ b/ir/be/bespill.c @@ -470,7 +470,7 @@ static ir_node *do_remat(spill_env_t *senv, ir_node *spilled, ir_node *reloader) return res; } -static place_copies_for_phi(spill_env_t *env, ir_node* node) { +static void place_copies_for_phi(spill_env_t *env, ir_node* node) { int i, arity; assert(is_Phi(node)); -- 2.20.1