* reorg.c (fill_simple_delay_slots): Fix typo.

From-SVN: r23545
This commit is contained in:
Jeffrey A Law 1998-11-05 23:26:32 +00:00 committed by Jeff Law
parent 2cea37e5e9
commit 0d87569ab2
2 changed files with 3 additions and 1 deletions

View 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)

View 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
)
{