Commit 9d1bedcf by Richard Stallman

(simplify_binary_operation, case MINUS): Fix backwards

test added in last change.

From-SVN: r4859
parent f6ae8031
......@@ -3490,7 +3490,7 @@ simplify_binary_operation (code, mode, op0, op1)
/* None of these optimizations can be done for IEEE
floating point. */
if (TARGET_FLOAT_FORMAT == IEEE_FLOAT_FORMAT
&& ! FLOAT_MODE_P (mode))
&& FLOAT_MODE_P (mode))
break;
/* We can't assume x-x is 0 even with non-IEEE floating point. */
......
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