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: [1/2] Add get_next_strinfo helper function


On Wed, May 31, 2017 at 07:58:54AM +0100, Richard Sandiford wrote:
> Ping
> 
> Richard Sandiford <richard.sandiford@linaro.org> writes:
> > This patch just adds a helper function for getting the next strinfo
> > in a chain, since part 2 adds another place where we do that.
> >
> > Tested on aarch64-linux-gnu and x86_64-linux-gnu.  OK to install?
> >
> > Thanks,
> > Richard
> >
> >
> > 2017-05-16  Richard Sandiford  <richard.sandiford@linaro.org>
> >
> > gcc/
> > 	* tree-ssa-strlen.c (get_next_strinfo): New function.
> > 	(get_stridx_plus_constant): Use it.
> > 	(zero_length_string): Likewise.
> > 	(adjust_related_strinfos): Likewise.
> > 	(adjust_last_stmt): Likewise.

Ok, thanks.

	Jakub


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