* cfgcleanup.c (outgoing_edges_match): Fix typo in dump output.
authorBen Elliston <bje@au.ibm.com>
Mon, 25 Oct 2004 00:29:02 +0000 (00:29 +0000)
committerBen Elliston <bje@gcc.gnu.org>
Mon, 25 Oct 2004 00:29:02 +0000 (10:29 +1000)
From-SVN: r89518

gcc/ChangeLog
gcc/cfgcleanup.c

index 0b264598ff63dfaf5ea3efc42c18f50d1fe55659..de7731f2e6edb7946ccd77ff53841ada622a6a1f 100644 (file)
@@ -1,3 +1,7 @@
+2004-10-25  Ben Elliston  <bje@au.ibm.com>
+
+       * cfgcleanup.c (outgoing_edges_match): Fix typo in dump output.
+
 2004-10-23  Andrew Pinski  <pinskia@physics.uc.edu>
 
        * predict.c (predict_loops): Call scev_finalize instead of
index 8ac3405242f4a3906d8188756c948cbfcf0021b0..ef8b50e997f8374e3bc83b5f54df92982bfb0098 100644 (file)
@@ -1335,7 +1335,7 @@ outgoing_edges_match (int mode, basic_block bb1, basic_block bb2)
            {
              if (dump_file)
                fprintf (dump_file,
-                        "Outcomes of branch in bb %i and %i differs to much (%i %i)\n",
+                        "Outcomes of branch in bb %i and %i differs too much (%i %i)\n",
                         bb1->index, bb2->index, b1->probability, prob2);
 
              return false;