Commit 7c21975d by Kaz Kojima

revert: reorg.c (emit_delay_sequence): Copy the delay slot insn.

	Revert
	2006-11-12  Kaz Kojima  <kkojima@gcc.gnu.org>
	* reorg.c (emit_delay_sequence): Copy the delay slot insn.

From-SVN: r119093
parent 431041ea
2006-11-22 Kaz Kojima <kkojima@gcc.gnu.org>
Revert
2006-11-12 Kaz Kojima <kkojima@gcc.gnu.org>
* reorg.c (emit_delay_sequence): Copy the delay slot insn.
2006-11-22 Bernd Schmidt <bernd.schmidt@analog.com>
* config/bfin/predicates.md (d_register_operand, mem_p_address_operand,
......
......@@ -513,7 +513,7 @@ emit_delay_sequence (rtx insn, rtx list, int length)
for (li = list; li; li = XEXP (li, 1), i++)
{
rtx tem = copy_rtx (XEXP (li, 0));
rtx tem = XEXP (li, 0);
rtx note, next;
/* Show that this copy of the insn isn't deleted. */
......
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