Re: [43/46] Make free_stmt_vec_info take a stmt_vec_info

2018-07-31 Thread Richard Biener
On Tue, Jul 24, 2018 at 12:10 PM Richard Sandiford wrote: > > This patch makes free_stmt_vec_info take the stmt_vec_info that > it's supposed to free and makes it free only that stmt_vec_info. > Callers need to update the statement mapping where necessary > (but now there are only a couple of call

[43/46] Make free_stmt_vec_info take a stmt_vec_info

2018-07-24 Thread Richard Sandiford
This patch makes free_stmt_vec_info take the stmt_vec_info that it's supposed to free and makes it free only that stmt_vec_info. Callers need to update the statement mapping where necessary (but now there are only a couple of callers). This in turns means that we can leave ~vec_info to do the actu