Fix double applied patch.

From-SVN: r62728
This commit is contained in:
Richard Henderson 2003-02-11 13:26:48 -08:00
parent da52a0694b
commit a81f80bc9c

View File

@ -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. */