Commit 0d87569a by Jeffrey A Law Committed by Jeff Law

* reorg.c (fill_simple_delay_slots): Fix typo.

From-SVN: r23545
parent 2cea37e5
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)
......
......@@ -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
)
{
......
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