diff options
Diffstat (limited to 'gcc/target.h')
-rw-r--r-- | gcc/target.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/target.h b/gcc/target.h index c331020..fa85e7c 100644 --- a/gcc/target.h +++ b/gcc/target.h @@ -830,6 +830,11 @@ struct gcc_target /* Return an rtx for the argument pointer incoming to the current function. */ rtx (*internal_arg_pointer) (void); + + /* Return true if all function parameters should be spilled to the + stack. */ + bool (*allocate_stack_slots_for_args) (void); + } calls; /* Return the diagnostic message string if conversion from FROMTYPE |