Commit 449655a6 by Momchil Velikov Committed by Richard Henderson

* reload1.c (reload_as_needed): Duplicate oldpat.

From-SVN: r55600
parent a0c58ea9
2002-07-19 Momchil Velikov <velco@fadata.bg>
* reload1.c (reload_as_needed): Duplicate oldpat.
2002-07-20 Alan Modra <amodra@bigpond.net.au>
PR optimization/7130
......
......@@ -3842,7 +3842,7 @@ reload_as_needed (live_known)
else if (INSN_P (insn))
{
rtx oldpat = PATTERN (insn);
rtx oldpat = copy_rtx (PATTERN (insn));
/* If this is a USE and CLOBBER of a MEM, ensure that any
references to eliminable registers have been removed. */
......
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