This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [patch] for PR26316


On Fri, 17 Feb 2006, Zdenek Dvorak wrote:
> 	PR rtl-optimization/26316
> 	* rtlanal.c (enum may_trap_p_flags): New.
> 	(may_trap_p_1): Take flags instead of unaligned_mems argument.  Ignore
> 	MEM_NOTRAP_P if flags & MTP_AFTER_MOVE.
> 	(may_trap_p, may_trap_or_fault_p): Pass flags to may_trap_p_1.
> 	(may_trap_after_code_motion_p): New function.
> 	* loop-invariant.c (find_identical_invariants): Fix dump formating.
> 	(find_invariant_insn): Use may_trap_after_code_motion_p.
> 	* rtl.h (may_trap_after_code_motion_p): Declare.

This is OK for mainline.

Thanks,

Roger
--


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]