Commit ef0a7607 by Kaz Kojima

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
parent 597654af
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> 2008-05-12 Andy Hutchinson <hutchinsonandy@aim.com>
* config/avr/avr.h (MAX_OFILE_ALIGNMENT): Define. * config/avr/avr.h (MAX_OFILE_ALIGNMENT): Define.
......
...@@ -6320,7 +6320,6 @@ sh_expand_prologue (void) ...@@ -6320,7 +6320,6 @@ sh_expand_prologue (void)
)) ))
break; break;
insn = push (rn); insn = push (rn);
RTX_FRAME_RELATED_P (insn) = 0;
} }
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment