Commit 19aec195 by Paolo Bonzini Committed by Paolo Bonzini

rtlanal.c (may_trap_p): Mark LTGT as trapping.

2004-06-21  Paolo Bonzini  <bonzini@gnu.org>

	* rtlanal.c (may_trap_p): Mark LTGT as trapping.

From-SVN: r83432
parent b40410b9
2004-06-21 Paolo Bonzini <bonzini@gnu.org>
* rtlanal.c (may_trap_p): Mark LTGT as trapping.
2004-06-21 Joseph S. Myers <jsm@polyomino.org.uk>
* tree-alias-common.h (struct tree_alias_ops): Change ip and
......
......@@ -2386,6 +2386,7 @@ may_trap_p (rtx x)
case GT:
case LE:
case LT:
case LTGT:
case COMPARE:
/* Some floating point comparisons may trap. */
if (!flag_trapping_math)
......
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