From: Richard Kenner Date: Mon, 18 Apr 1994 20:37:34 +0000 (-0400) Subject: (expand_builtin_apply): Pass new arg to prepare_call_address. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ccfa6cbb7b1ed768010ab72d25a14b280e934e94;p=gcc.git (expand_builtin_apply): Pass new arg to prepare_call_address. From-SVN: r7074 --- diff --git a/gcc/expr.c b/gcc/expr.c index ae23c94577e..d0c09f52360 100644 --- a/gcc/expr.c +++ b/gcc/expr.c @@ -7771,7 +7771,7 @@ expand_builtin_apply (function, arguments, argsize) } /* All arguments and registers used for the call are set up by now! */ - function = prepare_call_address (function, NULL_TREE, &use_insns); + function = prepare_call_address (function, NULL_TREE, &use_insns, 0); /* Ensure address is valid. SYMBOL_REF is already valid, so no need, and we don't want to load it into a register as an optimization,