aboutsummaryrefslogtreecommitdiff
path: root/gcc/bb-reorder.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/bb-reorder.c')
-rw-r--r--gcc/bb-reorder.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/bb-reorder.c b/gcc/bb-reorder.c
index 83c2845..c0c808a 100644
--- a/gcc/bb-reorder.c
+++ b/gcc/bb-reorder.c
@@ -478,7 +478,7 @@ make_reorder_chain (bb)
else
probability = 0;
- if (probability >= REG_BR_PROB_BASE / 2)
+ if (probability > REG_BR_PROB_BASE / 2)
e = bb->succ->succ_next;
}