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: [RFA:] cprop-reg-trigged csereg rtl sharing issue: fix MMIX execute/19990325-0.f


On Sun, Jan 13, 2002 at 10:31:32PM -0500, Hans-Peter Nilsson wrote:
> 	* reload1.c (reload_combine): Pass reg_sum replacement through
> 	copy_rtx_if_shared in loop performing multiple changes.

copy_rtx_if_shared may only be used during specific phases
of the compiler.  This isn't one of them.

Patch ok if you use plain copy_rtx instead.  Good work.


r~


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