Re: [PATCH] Remove superfluous return statement (PR ipa/84963).

2018-03-20 Thread Jeff Law
On 03/20/2018 01:40 PM, Martin Liška wrote: > Hi. > > I'm sending removal of a stupid mistake where I installed a patch that > contained > a debugging 'return' statement. Fixed that and added condition to > inspect only > functions with SSA. > > Patch can bootstrap on ppc64le-redhat-linux and sur

[PATCH] Remove superfluous return statement (PR ipa/84963).

2018-03-20 Thread Martin Liška
Hi. I'm sending removal of a stupid mistake where I installed a patch that contained a debugging 'return' statement. Fixed that and added condition to inspect only functions with SSA. Patch can bootstrap on ppc64le-redhat-linux and survives regression tests. Thanks, Martin gcc/ChangeLog: 2018