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

UNDOBUF.OTHER_INSN.

From-SVN: r2933
This commit is contained in:
Richard Kenner 1992-12-27 18:29:11 -05:00
parent 6d68f08ee4
commit 6e2a4e3cfb
1 changed files with 1 additions and 1 deletions

View File

@ -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);