projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f42f14a
)
Fix the constant I forgot to update :(
author
Jan Hubicka
<hubicka@gcc.gnu.org>
Fri, 22 Mar 2002 11:18:33 +0000
(11:18 +0000)
committer
Jan Hubicka
<hubicka@gcc.gnu.org>
Fri, 22 Mar 2002 11:18:33 +0000
(11:18 +0000)
From-SVN: r51170
gcc/cfgcleanup.c
patch
|
blob
|
history
diff --git
a/gcc/cfgcleanup.c
b/gcc/cfgcleanup.c
index bc637e4ee4829e1050f7a4c6ea9f715c4eca3cb0..a1d5c64d52b5c70f9d9c35eb5bbd9f276a752fcb 100644
(file)
--- a/
gcc/cfgcleanup.c
+++ b/
gcc/cfgcleanup.c
@@
-1208,7
+1208,7
@@
outgoing_edges_match (mode, bb1, bb2)
/* Fail if the difference in probabilities is greater than 50%.
This rules out two well-predicted branches with opposite
outcomes. */
- if (abs (b1->probability - prob2) > REG_BR_PROB_BASE /
5
)
+ if (abs (b1->probability - prob2) > REG_BR_PROB_BASE /
2
)
{
if (rtl_dump_file)
fprintf (rtl_dump_file,