Commit d3124213 by Michael Meissner

Remove CYGNUS LOCAL stuff.

From-SVN: r14151
parent 7eb136d6
......@@ -1350,15 +1350,6 @@ mostly_true_jump (jump_insn, condition)
int rare_dest = rare_destination (target_label);
int rare_fallthrough = rare_destination (NEXT_INSN (jump_insn));
/* CYGNUS LOCAL -- branch prediction */
int expected = condjump_expect_p (jump_insn);
if (expected > 0)
return 2;
else if (expected < 0)
return -1;
/* END CYGNUS LOCAL -- branch prediction */
/* If branch probabilities are available, then use that number since it
always gives a correct answer. */
if (flag_branch_probabilities)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment