From: Christoph Mallon Date: Tue, 1 Aug 2006 15:50:47 +0000 (+0000) Subject: Give function a return type X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;ds=sidebyside;h=9a616d42cec598933c021908880c8c48500a2112;p=libfirm Give function a return type --- 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));