OSDN Git Service

* cfgcleanup.c (outgoing_edges_match): Fix typo in dump output.
authorbje <bje@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 25 Oct 2004 00:29:02 +0000 (00:29 +0000)
committerbje <bje@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 25 Oct 2004 00:29:02 +0000 (00:29 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@89518 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/cfgcleanup.c

index 0b26459..de7731f 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 8ac3405..ef8b50e 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;