diff options
author | bstarynk <bstarynk@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-07-05 21:34:24 +0000 |
---|---|---|
committer | bstarynk <bstarynk@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-07-05 21:34:24 +0000 |
commit | 2e171de466a2cfb7fe037aa11fb8803a93ad1916 (patch) | |
tree | 186673f49214bc2f410d4f333b9304a4f4c451c7 /gcc/config/cris/cris.h | |
parent | 72214ac9ad7c4d3c189f0bd2327f3f3d3987533a (diff) | |
download | gcc-2e171de466a2cfb7fe037aa11fb8803a93ad1916.tar.gz |
2009-07-05 Basile Starynkevitch <basile@starynkevitch.net>
MELT branch merged with trunk r149262
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/melt-branch@149264 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/cris/cris.h')
-rw-r--r-- | gcc/config/cris/cris.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gcc/config/cris/cris.h b/gcc/config/cris/cris.h index d908cfbc124..920e354417e 100644 --- a/gcc/config/cris/cris.h +++ b/gcc/config/cris/cris.h @@ -850,11 +850,6 @@ enum reg_class /* Node: Elimination */ -/* Really only needed if the stack frame has variable length (alloca - or variable sized local arguments (GNU C extension). See PR39499 and - PR38609 for the reason this isn't just 0. */ -#define FRAME_POINTER_REQUIRED (!current_function_sp_is_unchanging) - #define ELIMINABLE_REGS \ {{ARG_POINTER_REGNUM, STACK_POINTER_REGNUM}, \ {ARG_POINTER_REGNUM, FRAME_POINTER_REGNUM}, \ |