Re: [PATCH] rs6000: r12 copy cleanup

2020-08-28 Thread Segher Boessenkool
On Fri, Aug 28, 2020 at 11:48:41AM -0500, Bill Schmidt wrote: > Remove unnecessary tests before copying function address to r12, as > requested by Segher. > > Bootstrapped and tested on powerpc64le-unknown-linx-gnu with no > regressions, committed as obvious. Thanks! Segher

[PATCH] rs6000: r12 copy cleanup

2020-08-28 Thread Bill Schmidt via Gcc-patches
Remove unnecessary tests before copying function address to r12, as requested by Segher. Bootstrapped and tested on powerpc64le-unknown-linx-gnu with no regressions, committed as obvious. Thanks, Bill 2020-08-28 Bill Schmidt gcc/ * config/rs6000/rs6000.c (rs6000_call_aix): Remove