aboutsummaryrefslogtreecommitdiff
path: root/gcc/combine.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/combine.c')
-rw-r--r--gcc/combine.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/combine.c b/gcc/combine.c
index db80ef2..d702d31 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, &note) < 0
+ if ((recog_for_combine (&pat, other_insn, &note) < 0
&& ! check_asm_operands (pat)))
{
PUT_CODE (*cc_use, old_code);