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] PR opt/11634: split_insn invalidating life info


On Thu, Nov 27, 2003 at 02:02:17PM -0700, Roger Sayle wrote:
> 	* recog.c (split_insn): Factor test of INSN_P and handling of
> 	set_noop_p out of here into the two callers.
> 	(split_all_insns): Add INSN_P test and set_noop_p handling here.
> 	If deleting a no-op set after reload that has a REG_UNUSED note,
> 	mark the basic block as changed and recalculate life information.
> 	(split_all_insns_noflow): Add INSN_P test and set_noop_p handling
> 	here.

Ok.


r~


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