> > 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
> 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.
>
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.
Index: gcc/tree-cfg.c
==