Re: [PATCH] Clean up duplicated function seq_cost

2014-10-10 Thread Jeff Law
On 10/10/14 02:17, Zhenqiang Chen wrote: -Original Message- From: Richard Biener [mailto:richard.guent...@gmail.com] Sent: Thursday, October 09, 2014 5:21 PM To: Zhenqiang Chen Cc: GCC Patches Subject: Re: [PATCH] Clean up duplicated function seq_cost On Thu, Oct 9, 2014 at 11:20 AM

RE: [PATCH] Clean up duplicated function seq_cost

2014-10-10 Thread Zhenqiang Chen
> -Original Message- > From: Richard Biener [mailto:richard.guent...@gmail.com] > Sent: Thursday, October 09, 2014 5:21 PM > To: Zhenqiang Chen > Cc: GCC Patches > Subject: Re: [PATCH] Clean up duplicated function seq_cost > > On Thu, Oct 9, 2014 at 11:20 AM,

Re: [PATCH] Clean up duplicated function seq_cost

2014-10-09 Thread Richard Biener
On Thu, Oct 9, 2014 at 11:20 AM, Richard Biener wrote: > On Thu, Oct 9, 2014 at 11:14 AM, Zhenqiang Chen > wrote: >> Hi, >> >> The are two implementations of seq_cost. The function bodies are exactly the >> same. The patch removes one of them and make the other global. >> >> Bootstrap and no mak

Re: [PATCH] Clean up duplicated function seq_cost

2014-10-09 Thread Richard Biener
On Thu, Oct 9, 2014 at 11:14 AM, Zhenqiang Chen wrote: > Hi, > > The are two implementations of seq_cost. The function bodies are exactly the > same. The patch removes one of them and make the other global. > > Bootstrap and no make check regression on X86-64. > > OK for trunk? The prototype shou