Re: Rename __builtin_rs6000_speculation_barrier

2018-03-05 Thread Segher Boessenkool
On Mon, Mar 05, 2018 at 09:58:50AM -0600, Bill Schmidt wrote: > > > On Mar 5, 2018, at 9:04 AM, Segher Boessenkool > > wrote: > > > > Hi! > > > > On Sun, Mar 04, 2018 at 01:52:20PM -0600, Bill Schmidt wrote: > >> We realized recently that the use of "rs6000" in a builtin name doesn't > >> agr

Re: Rename __builtin_rs6000_speculation_barrier

2018-03-05 Thread Bill Schmidt
> On Mar 5, 2018, at 9:04 AM, Segher Boessenkool > wrote: > > Hi! > > On Sun, Mar 04, 2018 at 01:52:20PM -0600, Bill Schmidt wrote: >> We realized recently that the use of "rs6000" in a builtin name doesn't agree >> with our normal naming conventions. Thus this patch changes such a builtin >>

Re: Rename __builtin_rs6000_speculation_barrier

2018-03-05 Thread Segher Boessenkool
Hi! On Sun, Mar 04, 2018 at 01:52:20PM -0600, Bill Schmidt wrote: > We realized recently that the use of "rs6000" in a builtin name doesn't agree > with our normal naming conventions. Thus this patch changes such a builtin > to __builtin_powerpc_speculation_barrier instead. > > Bootstrapped and

Rename __builtin_rs6000_speculation_barrier

2018-03-04 Thread Bill Schmidt
Hi, We realized recently that the use of "rs6000" in a builtin name doesn't agree with our normal naming conventions. Thus this patch changes such a builtin to __builtin_powerpc_speculation_barrier instead. Bootstrapped and tested on powerpc64le-linux-gnu with no regressions. Is this okay for t