Re: [2/3] remove var_ann: Remove used flag

2012-08-01 Thread Richard Guenther
On Wed, Aug 1, 2012 at 4:09 PM, Michael Matz wrote: > Hi, > > this removes the last member of var_ann_d, a bit used only locally in > remove_unused_locals, so we can as well just use a bitmap. (The funny > renaming of the member I had to do because gengtype doesn't like empty > structs, the whole

[2/3] remove var_ann: Remove used flag

2012-08-01 Thread Michael Matz
Hi, this removes the last member of var_ann_d, a bit used only locally in remove_unused_locals, so we can as well just use a bitmap. (The funny renaming of the member I had to do because gengtype doesn't like empty structs, the whole thing will be removed momentarily with the third patch). T