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:
parent
597654af48
commit
ef0a760748
2 changed files with 6 additions and 1 deletions
|
@ -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.
|
||||
|
|
|
@ -6320,7 +6320,6 @@ sh_expand_prologue (void)
|
|||
))
|
||||
break;
|
||||
insn = push (rn);
|
||||
RTX_FRAME_RELATED_P (insn) = 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue