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: REQ_EQUAL and mems hoisted out of loops


On Fri, Mar 28, 2003 at 10:53:11AM -0800, Mark Mitchell wrote:
> You also need comments for a couple of these new functions:
> 
>   find_mem_in_note
>   find_mem_in_note_1
> 
> Please add those.

Done.

/* Returns the first MEM found in NOTE by depth-first search.  */

and

/* Worker function for find_mem_in_note, called via for_each_rtx.  */

respectively.

-- 
Alan Modra
IBM OzLabs - Linux Technology Centre


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