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] GCSE considers read only memory clobbered by function calls -- Fix


On Tue, May 31, 2005 at 08:46:43AM -0600, Roger Sayle wrote:
> 
> On Tue, 31 May 2005, Mostafa Hagog wrote:
> > 2005-05-31 Mostafa Hagog <mustafa@il.ibm.com>
> >
> >       * gcse.c (compute_transp, load_killed_in_block): use MEM_READONLY_P.
> >
> 
> Given that Jeff has already pre-approved a previous version of this
> patch, this is OK for mainline with two minor changes.

And I'd say s/use MEM_READONLY_P/Use MEM_READONLY_P/ in the ChangeLog
entry.

	Jakub


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