Re: [PATCH] Update bb count and freq when merging two blocks

2014-05-16 Thread Jan Hubicka
> > This patch makes sure max count is used when merging two basic blocks. > > > > Bootstrapped and testing on-going. > > > > OK for trunk if test is ok? > > > > Thanks, > > Dehao > > > > gcc/ChangeLog: > > 2014-05-16 Dehao Chen > > > > * tree-cfg.c (gimple_merge_blocks): Updates bb

Re: [PATCH] Update bb count and freq when merging two blocks

2014-05-16 Thread Jan Hubicka
> This patch makes sure max count is used when merging two basic blocks. > > Bootstrapped and testing on-going. > > OK for trunk if test is ok? > > Thanks, > Dehao > > gcc/ChangeLog: > 2014-05-16 Dehao Chen > > * tree-cfg.c (gimple_merge_blocks): Updates bb count with max count. >