Re: [PATCH 5/6] add a constructor to elim_graph

2016-07-25 Thread Richard Biener
On Sun, Jul 24, 2016 at 1:44 PM, wrote: > From: Trevor Saunders > > gcc/ChangeLog: Ok. Richard. > 2016-07-24 Trevor Saunders > > * tree-outof-ssa.c (struct elim_graph): Change type of members > to auto_vec and auto_sbitmap. > (elim_graph::elim_graph): New constructo

[PATCH 5/6] add a constructor to elim_graph

2016-07-24 Thread tbsaunde+gcc
From: Trevor Saunders gcc/ChangeLog: 2016-07-24 Trevor Saunders * tree-outof-ssa.c (struct elim_graph): Change type of members to auto_vec and auto_sbitmap. (elim_graph::elim_graph): New constructor. (delete_elim_graph): Remove. (expand_phi_nodes): Adj