diff options
Diffstat (limited to 'gcc/function.h')
-rw-r--r-- | gcc/function.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/function.h b/gcc/function.h index 3d3313f..ed6fcb1 100644 --- a/gcc/function.h +++ b/gcc/function.h @@ -347,6 +347,10 @@ struct GTY(()) rtl_data { local stack. */ unsigned int stack_alignment_estimated; + /* The (capped) maximum alignment of dynamic stack space, and thus the + required alignment of STACK_DYNAMIC_OFFSET. */ + unsigned int max_dynamic_stack_alignment; + /* For reorg. */ /* If some insns can be deferred to the delay slots of the epilogue, the |