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 to fix rtx sharing problem in noce_process_if_block


On Wed, Jan 30, 2002 at 06:54:02PM +0000, Richard Sandiford wrote:
> 	* ifcvt.c (noce_process_if_block): Make a copy of the destination
> 	when copying back from a temporary.

This is ok.

I wonder about other places in here that we might be missing.
Perhaps it would be better to be able to invoke unshare_all_rtl
on a range of insns.  Probably fodder for 3.2 though...


r~


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