Commit 1fc3d466 by Richard Kenner

(get_condition): Can reverse comparison if -ffast-math.

From-SVN: r6337
parent 9b2e59ad
......@@ -6521,6 +6521,7 @@ get_condition (jump, earliest)
EQ or NE, return zero. */
if (TARGET_FLOAT_FORMAT == IEEE_FLOAT_FORMAT
&& did_reverse_condition && code != NE && code != EQ
&& ! flag_fast_math
&& GET_MODE_CLASS (GET_MODE (op0)) == MODE_FLOAT)
return 0;
......
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