Re: [PATCH] Some vector cost model cleanup

2012-06-14 Thread Richard Guenther
On Wed, 13 Jun 2012, William J. Schmidt wrote: > This is just some general maintenance to the vectorizer's cost model > code: > > * Corrects a typo in a function name; > * Eliminates an unnecessary function; > * Combines some duplicate inline functions. > > Bootstrapped and tested on powerpc6

[PATCH] Some vector cost model cleanup

2012-06-13 Thread William J. Schmidt
This is just some general maintenance to the vectorizer's cost model code: * Corrects a typo in a function name; * Eliminates an unnecessary function; * Combines some duplicate inline functions. Bootstrapped and tested on powerpc64-unknown-linux-gnu, no new regressions. Ok for trunk? Thanks,