Remove CYGNUS LOCAL stuff.

From-SVN: r14151
This commit is contained in:
Michael Meissner 1997-06-05 20:43:41 +00:00
parent 7eb136d6cc
commit d312421306
1 changed files with 0 additions and 9 deletions

View File

@ -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)