mirror of
git://gcc.gnu.org/git/gcc.git
synced 2024-12-18 08:18:57 +08:00
* emit-rtl.c (emit_copy_of_insn_after): Copy insn recog cache too.
From-SVN: r62711
This commit is contained in:
parent
d0a5295aa6
commit
6f0d35660b
@ -1,3 +1,7 @@
|
|||||||
|
Tue Feb 11 20:44:45 CET 2003 Jan Hubicka <jh@suse.cz>
|
||||||
|
|
||||||
|
* emit-rtl.c (emit_copy_of_insn_after): Copy insn recog cache too.
|
||||||
|
|
||||||
2003-02-11 Richard Henderson <rth@redhat.com>
|
2003-02-11 Richard Henderson <rth@redhat.com>
|
||||||
|
|
||||||
* config/i386/i386.c (ix86_expand_movstr): Fail if esi or edi
|
* config/i386/i386.c (ix86_expand_movstr): Fail if esi or edi
|
||||||
|
@ -5718,6 +5718,7 @@ emit_copy_of_insn_after (insn, after)
|
|||||||
XEXP (note1, 0) = p;
|
XEXP (note1, 0) = p;
|
||||||
XEXP (note2, 0) = new;
|
XEXP (note2, 0) = new;
|
||||||
}
|
}
|
||||||
|
INSN_CODE (new) = INSN_CODE (insn);
|
||||||
return new;
|
return new;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user