> Hi, > > somehow the propagation of aggs_contain_variable in > merge_aggregate_lattices got lost when I was shuffling the code > around, leading to miscompilations. This patch puts it back in. > > Bootstrapped and tested on x86_64-linux, OK for trunk? > > Thanks, > > Martin > > > 2012-11-13 Martin Jambor <mjam...@suse.cz> > > PR tree-optimization/55253 > * ipa-cp.c (merge_aggregate_lattices): Propagate aggs_contain_variable > flag.
OK, thanks! Honza