OSDN Git Service

(copy_loop_body): Fix typo in call to sets_cc0_p.
authorkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 31 May 1995 22:06:21 +0000 (22:06 +0000)
committerkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 31 May 1995 22:06:21 +0000 (22:06 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@9853 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/unroll.c

index 6dd9760..7efb7f3 100644 (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
            {