Re: Remove duplicated block of code

2012-09-23 Thread Richard Guenther
On Sat, Sep 22, 2012 at 1:53 PM, Marc Glisse wrote: > Hello, > > this patch removes one copy of a block of code that somehow ended up > duplicated. Richard Henderson apparently already fixed part of the problem > here: > > http://gcc.gnu.org/ml/gcc-patches/2011-10/msg00120.html > > but missed this

Remove duplicated block of code

2012-09-22 Thread Marc Glisse
Hello, this patch removes one copy of a block of code that somehow ended up duplicated. Richard Henderson apparently already fixed part of the problem here: http://gcc.gnu.org/ml/gcc-patches/2011-10/msg00120.html but missed this bit (or was it a different patch?). Not yet tested (seems obvi