OSDN Git Service

Fix double applied patch.
authorrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 11 Feb 2003 21:26:48 +0000 (21:26 +0000)
committerrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 11 Feb 2003 21:26:48 +0000 (21:26 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@62728 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/rtlanal.c

index 4c6024a..8bd7b25 100644 (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.  */