From: Kaz Kojima Date: Mon, 12 May 2008 23:23:51 +0000 (+0000) Subject: sh.c (sh_expand_prologue): Don't clear RTX_FRAME_RELATED_P for push insns. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ef0a760748172194d349827f5c3e6308ea632b46;p=gcc.git sh.c (sh_expand_prologue): Don't clear RTX_FRAME_RELATED_P for push insns. * config/sh/sh.c (sh_expand_prologue): Don't clear RTX_FRAME_RELATED_P for push insns. From-SVN: r135237 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index ad07e063949..cf2d013540f 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,9 @@ +2008-05-12 Kaz Kojima + + PR target/24713 + * config/sh/sh.c (sh_expand_prologue): Don't clear + RTX_FRAME_RELATED_P for push insns. + 2008-05-12 Andy Hutchinson * config/avr/avr.h (MAX_OFILE_ALIGNMENT): Define. diff --git a/gcc/config/sh/sh.c b/gcc/config/sh/sh.c index cd1013dfdc6..67301c969ad 100644 --- a/gcc/config/sh/sh.c +++ b/gcc/config/sh/sh.c @@ -6320,7 +6320,6 @@ sh_expand_prologue (void) )) break; insn = push (rn); - RTX_FRAME_RELATED_P (insn) = 0; } } }