Commit ce9c8df2 by Richard Kenner

(reg_set_last): Fix call to reg_set_between_p.

From-SVN: r10432
parent 0ebba7fc
......@@ -905,7 +905,7 @@ reg_set_last (x, insn)
|| ((GET_CODE (reg_set_last_value) == REG
|| GET_CODE (reg_set_last_value) == SUBREG)
&& ! reg_set_between_p (reg_set_last_value,
NEXT_INSN (insn), orig_insn)))
insn, orig_insn)))
return reg_set_last_value;
else
return 0;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment