Remove CYGNUS LOCAL stuff.
authorMichael Meissner <meissner@gcc.gnu.org>
Thu, 5 Jun 1997 20:43:41 +0000 (20:43 +0000)
committerMichael Meissner <meissner@gcc.gnu.org>
Thu, 5 Jun 1997 20:43:41 +0000 (20:43 +0000)
From-SVN: r14151

gcc/reorg.c

index 8d2c2a68b3c98d914db6c597f3ae683e7b6e8947..3a5a7e94460a8cb45ba91ca9ea070a58f5d2244c 100644 (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)