Fix the constant I forgot to update :(
authorJan Hubicka <hubicka@gcc.gnu.org>
Fri, 22 Mar 2002 11:18:33 +0000 (11:18 +0000)
committerJan Hubicka <hubicka@gcc.gnu.org>
Fri, 22 Mar 2002 11:18:33 +0000 (11:18 +0000)
From-SVN: r51170

gcc/cfgcleanup.c

index bc637e4ee4829e1050f7a4c6ea9f715c4eca3cb0..a1d5c64d52b5c70f9d9c35eb5bbd9f276a752fcb 100644 (file)
@@ -1208,7 +1208,7 @@ outgoing_edges_match (mode, bb1, bb2)
          /* Fail if the difference in probabilities is greater than 50%.
             This rules out two well-predicted branches with opposite
             outcomes.  */
-         if (abs (b1->probability - prob2) > REG_BR_PROB_BASE / 5)
+         if (abs (b1->probability - prob2) > REG_BR_PROB_BASE / 2)
            {
              if (rtl_dump_file)
                fprintf (rtl_dump_file,