aboutsummaryrefslogtreecommitdiff
path: root/gcc/calls.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/calls.h')
-rw-r--r--gcc/calls.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/calls.h b/gcc/calls.h
index 38ab6ef..6845193 100644
--- a/gcc/calls.h
+++ b/gcc/calls.h
@@ -105,8 +105,7 @@ extern bool shift_return_value (machine_mode, bool, rtx);
extern rtx expand_call (tree, rtx, int);
extern void fixup_tail_calls (void);
-extern bool pass_by_reference (CUMULATIVE_ARGS *, machine_mode,
- tree, bool);
+extern bool pass_by_reference (CUMULATIVE_ARGS *, function_arg_info);
extern bool pass_va_arg_by_reference (tree);
extern bool reference_callee_copied (CUMULATIVE_ARGS *, machine_mode,
tree, bool);