(expand_builtin_apply): Pass new arg to prepare_call_address.

From-SVN: r7074
This commit is contained in:
Richard Kenner 1994-04-18 16:37:34 -04:00
parent 0136807851
commit ccfa6cbb7b
1 changed files with 1 additions and 1 deletions

View File

@ -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,