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/flags.h | |
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/flags.h')
-rw-r--r-- | gcc/flags.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gcc/flags.h b/gcc/flags.h index e7596957d82..1818a42c5ca 100644 --- a/gcc/flags.h +++ b/gcc/flags.h @@ -223,12 +223,6 @@ extern int flag_dump_rtl_in_asm; /* Other basic status info about current function. */ -/* Nonzero means current function must be given a frame pointer. - Set in stmt.c if anything is allocated on the stack there. - Set in reload1.c if anything is allocated on the stack there. */ - -extern int frame_pointer_needed; - /* Nonzero if subexpressions must be evaluated from left-to-right. */ extern int flag_evaluation_order; |