Commit 6e2a4e3c by Richard Kenner

(subst, case SET): Call recog_for_combine with OTHER_INSN, not

UNDOBUF.OTHER_INSN.

From-SVN: r2933
parent 6d68f08e
......@@ -3769,7 +3769,7 @@ subst (x, from, to, in_dest, unique_copy)
{
rtx pat = PATTERN (other_insn), note = 0;
if ((recog_for_combine (&pat, undobuf.other_insn, &note) < 0
if ((recog_for_combine (&pat, other_insn, &note) < 0
&& ! check_asm_operands (pat)))
{
PUT_CODE (*cc_use, old_code);
......
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