Re: [10/46] Temporarily make stmt_vec_info a class

2018-07-25 Thread Richard Biener
On Tue, Jul 24, 2018 at 11:57 AM Richard Sandiford wrote: > > This patch turns stmt_vec_info into an unspeakably bad wrapper class > and adds an implicit conversion to the associated gimple stmt. > Having this conversion makes the rest of the series easier to write, > but since the class goes

[10/46] Temporarily make stmt_vec_info a class

2018-07-24 Thread Richard Sandiford
This patch turns stmt_vec_info into an unspeakably bad wrapper class and adds an implicit conversion to the associated gimple stmt. Having this conversion makes the rest of the series easier to write, but since the class goes away again at the end of the series, I've not bothered adding any