aboutsummaryrefslogtreecommitdiff
path: root/gcc/flags.h
diff options
context:
space:
mode:
authorH.J. Lu <hongjiu.lu@intel.com>2008-05-25 16:24:43 +0000
committerH.J. Lu <hongjiu.lu@intel.com>2008-05-25 16:24:43 +0000
commit6734f3e1bbc2653fe6686dfdd794f247c3f95731 (patch)
treeaf2ec7844c655e53de39b185e0fb8fa73a4c9d3f /gcc/flags.h
parent426f899e0f5f4c7bd87ed3746885a1775918bf1c (diff)
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: https://gcc.gnu.org/svn/gcc/trunk@135870 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/flags.h')
-rw-r--r--gcc/flags.h6
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;