Re: [RS6000] Delete duplicate code
On Tue, Aug 02, 2016 at 11:58:37PM +0930, Alan Modra wrote: > This removes the duplicate (TARGET_POWERPC64 && size == 16) block. > Bootstrapped and regression tested powerpc64le-linux. That looks okay, thanks, Segher
[RS6000] Delete duplicate code
This removes the duplicate (TARGET_POWERPC64 && size == 16) block. Bootstrapped and regression tested powerpc64le-linux. * config/rs6000/rs6000.c (rs6000_secondary_reload_direct_move): Delete duplicated code. diff --git a/gcc/config/rs6000/rs6000.c b/gcc/config/rs6000/rs6000.c ind