]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/genemit.c
genemit.c (gen_insn): Call gen_exp with a non-null used when handling multiple insns.
authorKaz Kojima <kkojima@gcc.gnu.org>
Mon, 13 Nov 2006 03:28:13 +0000 (03:28 +0000)
committerKaz Kojima <kkojima@gcc.gnu.org>
Mon, 13 Nov 2006 03:28:13 +0000 (03:28 +0000)
commit329b3cc384733e2f4df34f31b32600787398c798
tree59971702035ebe1fb851b935b3c42eccd90dded2
parent6d55dfe3a3317e05401df3a941e4ef2cdf7a86ed
genemit.c (gen_insn): Call gen_exp with a non-null used when handling multiple insns.

* 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.

From-SVN: r118746
gcc/ChangeLog
gcc/config/sh/sh.md
gcc/genemit.c
gcc/reorg.c