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
This commit is contained in:
parent
431041eaa3
commit
7c21975d47
2 changed files with 7 additions and 1 deletions
|
@ -1,3 +1,9 @@
|
|||
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. */
|
||||
|
|
Loading…
Add table
Reference in a new issue