Re: [patch] Rename force_vect into force_vectorize

2014-04-14 Thread Richard Biener
On Mon, Apr 14, 2014 at 10:18 AM, Eric Botcazou wrote: > Hi, > > the 'loop' structure in cfgloop.h contains two consecutive fields: > >/* True if we should try harder to vectorize this loop. */ >bool force_vect; > >/* True if this loop should never be vectorized. */ >bool dont_ve

[patch] Rename force_vect into force_vectorize

2014-04-14 Thread Eric Botcazou
Hi, the 'loop' structure in cfgloop.h contains two consecutive fields: /* True if we should try harder to vectorize this loop. */ bool force_vect; /* True if this loop should never be vectorized. */ bool dont_vectorize; Not clear why someone thought that the name discrepancy woul