(subst, case SET): Call recog_for_combine with OTHER_INSN, not
UNDOBUF.OTHER_INSN. From-SVN: r2933
This commit is contained in:
parent
6d68f08ee4
commit
6e2a4e3cfb
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user