(copy_loop_body): Fix typo in call to sets_cc0_p.

From-SVN: r9853
This commit is contained in:
Richard Kenner 1995-05-31 18:06:21 -04:00
parent 354d687fe5
commit e65886db7d
1 changed files with 1 additions and 1 deletions

View File

@ -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
{