diff options
Diffstat (limited to 'gcc/calls.h')
-rw-r--r-- | gcc/calls.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/calls.h b/gcc/calls.h index 4e65d54bf64..fc8458c27a2 100644 --- a/gcc/calls.h +++ b/gcc/calls.h @@ -27,5 +27,11 @@ extern bool gimple_alloca_call_p (const_gimple); extern bool alloca_call_p (const_tree); extern bool must_pass_in_stack_var_size (machine_mode, const_tree); extern bool must_pass_in_stack_var_size_or_pad (machine_mode, const_tree); +extern rtx prepare_call_address (tree, rtx, rtx, rtx *, int, int); +extern bool shift_return_value (machine_mode, bool, rtx); +extern rtx expand_call (tree, rtx, int); +extern void fixup_tail_calls (void); + + #endif // GCC_CALLS_H |