* genemit.c (gen_insn): Call gen_exp with a non-null used
commit778725bb221f705d653fb669367eeefd42445df6
authorkkojima <kkojima@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 13 Nov 2006 03:28:13 +0000 (13 03:28 +0000)
committerkkojima <kkojima@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 13 Nov 2006 03:28:13 +0000 (13 03:28 +0000)
tree59971702035ebe1fb851b935b3c42eccd90dded2
parent3bac43389144650f404ecf26f86f722641a82994
* genemit.c (gen_insn): Call gen_exp with a non-null used
when handling multiple insns.
(gen_expand): Likewise.
* reorg.c (emit_delay_sequence): Copy the delay slot insn.
* config/sh/sh.md (ashrsi2_31+1): Copy operands[0].
(movsi_const_16bit+1): Copy operands[1].
(call_pcrel): Copy the call_site pattern.
(call_value_pcrel, sibcall_pcrel, GOTaddr2picreg): Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@118746 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/config/sh/sh.md
gcc/genemit.c
gcc/reorg.c