diff options
author | Richard Henderson <rth@redhat.com> | 2012-08-02 20:28:36 -0700 |
---|---|---|
committer | Richard Henderson <rth@gcc.gnu.org> | 2012-08-02 20:28:36 -0700 |
commit | 34831f3e27748ea41fe976de0e9a2ead29059878 (patch) | |
tree | b5d9d7cd2065f71046fd8b930903596b2c603b72 /gcc/function.h | |
parent | 6e48db73ed88eeb3e1025b28aa49c4f5ee4f3a76 (diff) | |
download | gcc-34831f3e27748ea41fe976de0e9a2ead29059878.zip gcc-34831f3e27748ea41fe976de0e9a2ead29059878.tar.gz gcc-34831f3e27748ea41fe976de0e9a2ead29059878.tar.bz2 |
Revert "PR 34548"
This reverts commit 190051.
From-SVN: r190110
Diffstat (limited to 'gcc/function.h')
-rw-r--r-- | gcc/function.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/function.h b/gcc/function.h index ed6fcb1..3d3313f 100644 --- a/gcc/function.h +++ b/gcc/function.h @@ -347,10 +347,6 @@ 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 |