(subst, case SET): Call recog_for_combine with OTHER_INSN, not
authorRichard Kenner <kenner@gcc.gnu.org>
Sun, 27 Dec 1992 23:29:11 +0000 (18:29 -0500)
committerRichard Kenner <kenner@gcc.gnu.org>
Sun, 27 Dec 1992 23:29:11 +0000 (18:29 -0500)
UNDOBUF.OTHER_INSN.

From-SVN: r2933

gcc/combine.c

index db80ef2..d702d31 100644 (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);