Commit a81f80bc by Richard Henderson

Fix double applied patch.

From-SVN: r62728
parent da52a069
......@@ -2523,12 +2523,6 @@ may_trap_p (x)
return 1;
break;
case FIX:
/* Conversion of floating point might trap. */
if (flag_trapping_math && HONOR_NANS (GET_MODE (XEXP (x, 0))))
return 1;
break;
case NEG:
case ABS:
/* These operations don't trap even with 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