PR rtl-optimization/47464
* df-problems.c (can_move_insn_across): Use may_trap_or_fault_p
rather than may_trap_p as needed.
From-SVN: r169310
+2011-01-26 Jeff Law <law@redhat.com>
+
+ PR rtl-optimization/47464
+ * df-problems.c (can_move_insn_across): Use may_trap_or_fault_p
+ rather than may_trap_p as needed.
+
2011-01-26 DJ Delorie <dj@redhat.com>
PR rtl-optimization/46878
break;
if (NONDEBUG_INSN_P (insn))
{
- if (may_trap_p (PATTERN (insn))
+ if (may_trap_or_fault_p (PATTERN (insn))
&& (trapping_insns_in_across || other_branch_live != NULL))
break;