predict.c (estimate_probability): New heuristic...
authorZack Weinberg <zack@wolery.cumb.org>
Fri, 21 Apr 2000 16:19:20 +0000 (16:19 +0000)
committerZack Weinberg <zack@gcc.gnu.org>
Fri, 21 Apr 2000 16:19:20 +0000 (16:19 +0000)
commit152897b1529264336677bc782f882a5b09041ac3
tree35203b209db18c9660d4be98dfd9a892e8804de4
parent93bc735f86f93c55499225f3cbe0ba828d31b126
predict.c (estimate_probability): New heuristic...

* predict.c (estimate_probability): New heuristic: if a jump
branches around a block with no successors, predict it taken.
Disentangle control flow.

From-SVN: r33308
gcc/ChangeLog
gcc/predict.c