diff options
author | hjl <hjl@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-05-25 16:24:43 +0000 |
---|---|---|
committer | hjl <hjl@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-05-25 16:24:43 +0000 |
commit | 459f72f52cd203d517aeccdd132cbee537f5f223 (patch) | |
tree | af2ec7844c655e53de39b185e0fb8fa73a4c9d3f /gcc/final.c | |
parent | ccf1c0f117e2e100ca03a146fd3c9cb2c09d3f94 (diff) | |
download | gcc-459f72f52cd203d517aeccdd132cbee537f5f223.tar.gz |
2008-05-25 H.J. Lu <hongjiu.lu@intel.com>
* final.c (frame_pointer_needed): Removed.
* flags.h (frame_pointer_needed): Likewise.
* function.h (rtl_data): Add frame_pointer_needed.
(frame_pointer_needed): New.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@135870 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/final.c')
-rw-r--r-- | gcc/final.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gcc/final.c b/gcc/final.c index b3185811ad6..5d19e2d2aba 100644 --- a/gcc/final.c +++ b/gcc/final.c @@ -178,12 +178,6 @@ CC_STATUS cc_status; CC_STATUS cc_prev_status; #endif -/* Nonzero means current function must be given a frame pointer. - Initialized in function.c to 0. Set only in reload1.c as per - the needs of the function. */ - -int frame_pointer_needed; - /* Number of unmatched NOTE_INSN_BLOCK_BEG notes we have seen. */ static int block_depth; |