From: Richard Kenner Date: Sun, 27 Dec 1992 23:29:11 +0000 (-0500) Subject: (subst, case SET): Call recog_for_combine with OTHER_INSN, not X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=6e2a4e3cfbe14d5c9bd512779fd2038f37e376db;p=gcc.git (subst, case SET): Call recog_for_combine with OTHER_INSN, not UNDOBUF.OTHER_INSN. From-SVN: r2933 --- diff --git a/gcc/combine.c b/gcc/combine.c index db80ef29377..d702d31674f 100644 --- a/gcc/combine.c +++ b/gcc/combine.c @@ -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, ¬e) < 0 + if ((recog_for_combine (&pat, other_insn, ¬e) < 0 && ! check_asm_operands (pat))) { PUT_CODE (*cc_use, old_code);