Re: [PATCH] Cleanup parameter of vectorizable_live_operation

2019-10-11 Thread Richard Biener
On Fri, 11 Oct 2019, Bernd Edlinger wrote: > Hi Richard, > > I became aware of this while looking at the -Wshadow=compatible-local > warnings. > The function vectorizable_live_operation uses a parameter called "vec_stmt" > that is shadowed by something also called "vec_stmt". But in this case,

[PATCH] Cleanup parameter of vectorizable_live_operation

2019-10-11 Thread Bernd Edlinger
Hi Richard, I became aware of this while looking at the -Wshadow=compatible-local warnings. The function vectorizable_live_operation uses a parameter called "vec_stmt" that is shadowed by something also called "vec_stmt". But in this case, the vec_stmt actually only used as a boolean, i.e. pointe