diff options
Diffstat (limited to 'gcc/emit-rtl.c')
-rw-r--r-- | gcc/emit-rtl.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/emit-rtl.c b/gcc/emit-rtl.c index ab950fd..396579e6 100644 --- a/gcc/emit-rtl.c +++ b/gcc/emit-rtl.c @@ -5718,6 +5718,7 @@ emit_copy_of_insn_after (insn, after) XEXP (note1, 0) = p; XEXP (note2, 0) = new; } + INSN_CODE (new) = INSN_CODE (insn); return new; } |