From: Richard Kenner Date: Tue, 23 Mar 1993 13:35:15 +0000 (-0500) Subject: (prepare_call_address): Again not static. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=03dacb02c939db37e90967614f223c0045a6d21f;p=gcc.git (prepare_call_address): Again not static. From-SVN: r3850 --- diff --git a/gcc/calls.c b/gcc/calls.c index 2b024d45ece..009eda8acbe 100644 --- a/gcc/calls.c +++ b/gcc/calls.c @@ -119,7 +119,6 @@ int stack_arg_under_construction; #endif static int calls_function PROTO((tree, int)); -static rtx prepare_call_address PROTO((rtx, tree, rtx *)); static void emit_call_1 PROTO((rtx, tree, int, int, rtx, rtx, int, rtx, int)); static void store_one_arg PROTO ((struct arg_data *, rtx, int, int, @@ -218,7 +217,7 @@ calls_function (exp, which) to which a USE of the static chain register should be added, if required. */ -static rtx +rtx prepare_call_address (funexp, fndecl, use_insns) rtx funexp; tree fndecl;