aboutsummaryrefslogtreecommitdiff
path: root/gcc/reorg.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/reorg.c')
-rw-r--r--gcc/reorg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/reorg.c b/gcc/reorg.c
index dc3ce40..8c097dc 100644
--- a/gcc/reorg.c
+++ b/gcc/reorg.c
@@ -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. */