* ifcvt.c (dead_or_predicable): Fix return value last patch.

From-SVN: r43357
This commit is contained in:
Richard Henderson 2001-06-13 17:40:44 -07:00 committed by Richard Henderson
parent 7c301abf46
commit 037e3d1fb2
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2001-06-13 Richard Henderson <rth@redhat.com>
* ifcvt.c (dead_or_predicable): Fix return value last patch.
2001-06-13 Mark Mitchell <mark@codesourcery.com>
* NEWS: Remove.

View File

@ -2283,7 +2283,7 @@ dead_or_predicable (test_bb, merge_bb, other_bb, new_dest, reversep)
{
enum rtx_code rev = reversed_comparison_code (cond, jump);
if (rev == UNKNOWN)
return NULL_RTX;
return FALSE;
cond = gen_rtx_fmt_ee (rev, GET_MODE (cond), XEXP (cond, 0),
XEXP (cond, 1));
if (prob_val)