Re: [PATCH 3/6] add ctor to topo_info

2016-07-25 Thread Richard Biener
On Sun, Jul 24, 2016 at 1:44 PM, wrote: > From: Trevor Saunders > > gcc/ChangeLog: > > 2016-07-24 Trevor Saunders > > * tree-ssa-structalias.c (struct topo_info): Add constructor, > and change types of members to auto_vec and auto_sbitmap. > (init_topo_info): Remove. >

[PATCH 3/6] add ctor to topo_info

2016-07-24 Thread tbsaunde+gcc
From: Trevor Saunders gcc/ChangeLog: 2016-07-24 Trevor Saunders * tree-ssa-structalias.c (struct topo_info): Add constructor, and change types of members to auto_vec and auto_sbitmap. (init_topo_info): Remove. (topo_info::topo_info): New constructor. (