Re: [PATCH] rs6000: Fix nonsensical scc splitter pattern

2012-09-20 Thread David Edelsohn
On Thu, Sep 20, 2012 at 7:47 PM, Segher Boessenkool wrote: > This splitter is, erm, interesting. This patch fixes it. > > Bootstrapped and regression checked on powerpc64-linux. > Okay to apply? > > > Segher > > > 2012-09-20 Segher Boessenkool > > gcc/ > * config/rs6000/rs6000.md (defi

[PATCH] rs6000: Fix nonsensical scc splitter pattern

2012-09-20 Thread Segher Boessenkool
This splitter is, erm, interesting. This patch fixes it. Bootstrapped and regression checked on powerpc64-linux. Okay to apply? Segher 2012-09-20 Segher Boessenkool gcc/ * config/rs6000/rs6000.md (define_split for plus_eqsi): Fix output pattern. --- gcc/config/rs6000/rs60