Commit e65886db by Richard Kenner

(copy_loop_body): Fix typo in call to sets_cc0_p.

From-SVN: r9853
parent 354d687f
......@@ -1751,7 +1751,7 @@ copy_loop_body (copy_start, copy_end, map, exit_label, last_iteration,
If the previous insn set CC0, substitute constants on it as
well. */
if (sets_cc0_p (copy) != 0)
if (sets_cc0_p (PATTERN (copy)) != 0)
cc0_insn = copy;
else
{
......
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