* reorg.c (fill_simple_delay_slots): Fix typo.
authorJeffrey A Law <law@cygnus.com>
Thu, 5 Nov 1998 23:26:32 +0000 (23:26 +0000)
committerJeff Law <law@gcc.gnu.org>
Thu, 5 Nov 1998 23:26:32 +0000 (16:26 -0700)
From-SVN: r23545

gcc/ChangeLog
gcc/reorg.c

index 3e903a1..fb8c0ae 100644 (file)
@@ -1,5 +1,7 @@
 Fri Nov  6 00:16:04 1998  Jeffrey A Law  (law@cygnus.com)
 
+       * reorg.c (fill_simple_delay_slots): Fix typo.
+
        * romp.h (LEGITIMIZE_ADDRESS): Fix typo.
 
 Fri Nov  6 00:10:00 1998  Jan Hubicka (hubicka@freesoft.cz)
index 7fac18c..65d8ce8 100644 (file)
@@ -3196,7 +3196,7 @@ fill_simple_delay_slots (non_jumps_p)
 #ifdef HAVE_cc0
                  /* Can't separate set of cc0 from its use.  */
                  && ! (reg_mentioned_p (cc0_rtx, pat)
-                       && ! sets_cc0_p (cc0_rtx, pat))
+                       && ! sets_cc0_p (pat))
 #endif
                  )
                {