]> git.ipfire.org Git - thirdparty/gcc.git/commit
reorg.c (mostly_true_jump): Clean up code depending on LABEL_OUTSIDE_LOOP_P and loop...
authorSteven Bosscher <stevenb@suse.de>
Fri, 16 Dec 2005 15:38:19 +0000 (15:38 +0000)
committerSteven Bosscher <steven@gcc.gnu.org>
Fri, 16 Dec 2005 15:38:19 +0000 (15:38 +0000)
commit52ba2f6d147b5d36d5d812200f7cbede0803f7f1
treec319077994161c5a5df9b44f54d22e7cf5199a43
parent5adb25cf832a5e71551ed24fa6b2a3ba6f7a48f9
reorg.c (mostly_true_jump): Clean up code depending on LABEL_OUTSIDE_LOOP_P and loop notes.

* reorg.c (mostly_true_jump): Clean up code depending on
LABEL_OUTSIDE_LOOP_P and loop notes.  Remove code doing
poor man's branch prediction, instead rely on REG_BR_PROB
notes to be available.

From-SVN: r108653
gcc/ChangeLog
gcc/reorg.c