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
This commit is contained in:
Kaz Kojima 2008-05-12 23:23:51 +00:00
parent 597654af48
commit ef0a760748
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,9 @@
2008-05-12 Kaz Kojima <kkojima@gcc.gnu.org>
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 <hutchinsonandy@aim.com>
* config/avr/avr.h (MAX_OFILE_ALIGNMENT): Define.

View file

@ -6320,7 +6320,6 @@ sh_expand_prologue (void)
))
break;
insn = push (rn);
RTX_FRAME_RELATED_P (insn) = 0;
}
}
}