Re: [PATCH 2/3] rs6000: Don't use rs6000_cpu_attr directly

2017-12-06 Thread Segher Boessenkool
On Wed, Dec 06, 2017 at 11:42:13AM +, Segher Boessenkool wrote: > In some places in the code we currently use rs6000_cpu_attr, although > that is a cast from rs6000_tune. This patch changes things to be more > regular and clearer. Now rs6000_cpu_attr is only used to define the That should be

Re: [PATCH 2/3] rs6000: Don't use rs6000_cpu_attr directly

2017-12-06 Thread David Edelsohn
On Wed, Dec 6, 2017 at 6:42 AM, Segher Boessenkool wrote: > In some places in the code we currently use rs6000_cpu_attr, although > that is a cast from rs6000_tune. This patch changes things to be more > regular and clearer. Now rs6000_cpu_attr is only used to define the > > > Segher > > > 2017-

[PATCH 2/3] rs6000: Don't use rs6000_cpu_attr directly

2017-12-06 Thread Segher Boessenkool
In some places in the code we currently use rs6000_cpu_attr, although that is a cast from rs6000_tune. This patch changes things to be more regular and clearer. Now rs6000_cpu_attr is only used to define the Segher 2017-12-06 Segher Boessenkool * config/rs6000/rs6000.h (rs6000_cpu