(get_condition): Use CONST0_RTX instead of const0_rtx.

From-SVN: r8721
This commit is contained in:
Doug Evans 1995-01-05 17:37:00 +00:00
parent fd745145e2
commit a18b5d986c
1 changed files with 1 additions and 1 deletions

View File

@ -6397,7 +6397,7 @@ get_condition (jump, earliest)
the same tests as a function of STORE_FLAG_VALUE as find_comparison_args
in cse.c */
while (GET_RTX_CLASS (code) == '<' && op1 == const0_rtx)
while (GET_RTX_CLASS (code) == '<' && op1 == CONST0_RTX (GET_MODE (op0)))
{
/* Set non-zero when we find something of interest. */
rtx x = 0;