Re: [2/9] Reindent parts of vectorizable_load and vectorizable_store

2011-04-12 Thread Richard Sandiford
Richard Guenther writes: > On Tue, Apr 12, 2011 at 3:28 PM, Richard Sandiford > wrote: >> This patch just reindents part of vectorizable_load and vectorizable_store >> so that the main diff is easier to read.  It also CSEs the element type, >> which seemed better than breaking the long lines. >>

Re: [2/9] Reindent parts of vectorizable_load and vectorizable_store

2011-04-12 Thread Richard Guenther
On Tue, Apr 12, 2011 at 3:28 PM, Richard Sandiford wrote: > This patch just reindents part of vectorizable_load and vectorizable_store > so that the main diff is easier to read.  It also CSEs the element type, > which seemed better than breaking the long lines. > > I've included both the real diff