diff options
author | Michael Meissner <meissner@gcc.gnu.org> | 1997-06-05 20:43:41 +0000 |
---|---|---|
committer | Michael Meissner <meissner@gcc.gnu.org> | 1997-06-05 20:43:41 +0000 |
commit | d312421306461232abc04b5415c212a36a035165 (patch) | |
tree | e04a0bf6c777fceae1269e42cd6aae49885c8a54 | |
parent | 7eb136d6cc3c9624f6cd6cee5aaefbb9c237f553 (diff) | |
download | gcc-d312421306461232abc04b5415c212a36a035165.zip gcc-d312421306461232abc04b5415c212a36a035165.tar.gz gcc-d312421306461232abc04b5415c212a36a035165.tar.bz2 |
Remove CYGNUS LOCAL stuff.
From-SVN: r14151
-rw-r--r-- | gcc/reorg.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/gcc/reorg.c b/gcc/reorg.c index 8d2c2a6..3a5a7e9 100644 --- a/gcc/reorg.c +++ b/gcc/reorg.c @@ -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) |