aboutsummaryrefslogtreecommitdiff
path: root/gcc/calls.c
diff options
context:
space:
mode:
authorRichard Stallman <rms@gnu.org>1992-04-18 01:03:55 +0000
committerRichard Stallman <rms@gnu.org>1992-04-18 01:03:55 +0000
commit8129842c7b98ec8303333ae1ad23db6b28d4c2e8 (patch)
tree60a663743b4551bd27c4246998831bbd67c09eab /gcc/calls.c
parent41e8363acf2a026687701e26310894a76866d047 (diff)
downloadgcc-8129842c7b98ec8303333ae1ad23db6b28d4c2e8.zip
gcc-8129842c7b98ec8303333ae1ad23db6b28d4c2e8.tar.gz
gcc-8129842c7b98ec8303333ae1ad23db6b28d4c2e8.tar.bz2
*** empty log message ***
From-SVN: r772
Diffstat (limited to 'gcc/calls.c')
-rw-r--r--gcc/calls.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/calls.c b/gcc/calls.c
index e57531d..963da43 100644
--- a/gcc/calls.c
+++ b/gcc/calls.c
@@ -358,11 +358,10 @@ emit_call_1 (funexp, funtype, stack_size, struct_value_size, next_arg_reg,
If IGNORE is nonzero, then we ignore the value of the function call. */
rtx
-expand_call (exp, target, ignore, modifier)
+expand_call (exp, target, ignore)
tree exp;
rtx target;
int ignore;
- enum expand_modifier modifier;
{
/* List of actual parameters. */
tree actparms = TREE_OPERAND (exp, 1);