(can_reverse_comparison_p): Return 1 if -ffast-math.

From-SVN: r6336
This commit is contained in:
Richard Kenner 1993-12-27 08:49:28 -05:00
parent fab446b8c3
commit 9b2e59adde
1 changed files with 1 additions and 0 deletions

View File

@ -2574,6 +2574,7 @@ can_reverse_comparison_p (comparison, insn)
comparison and vice versa, even for floating point. If no operands
are NaNs, the reversal is valid. If some operand is a NaN, EQ is
always false and NE is always true, so the reversal is also valid. */
|| flag_fast_math
|| GET_CODE (comparison) == NE
|| GET_CODE (comparison) == EQ)
return 1;