projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
da52a06
)
Fix double applied patch.
author
Richard Henderson
<rth@gcc.gnu.org>
Tue, 11 Feb 2003 21:26:48 +0000
(13:26 -0800)
committer
Richard Henderson
<rth@gcc.gnu.org>
Tue, 11 Feb 2003 21:26:48 +0000
(13:26 -0800)
From-SVN: r62728
gcc/rtlanal.c
patch
|
blob
|
history
diff --git
a/gcc/rtlanal.c
b/gcc/rtlanal.c
index 4c6024a63f579b9e961996fd7b28a4cc2f73d13a..8bd7b259a6d3e7885ac710164b6e918cff22c9df 100644
(file)
--- a/
gcc/rtlanal.c
+++ b/
gcc/rtlanal.c
@@
-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. */