If bottom of block BB has only one successor OldTop, in most cases it is profitable to move it before OldTop, except the following case:
-->OldTop<- | . | | . | | . | ---Pred | | | BB-----
Move BB before OldTop can't reduce the number of taken branches, this patch detects this case and prevent the moving.