OSDN Git Service

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

gcc/cfgcleanup.c

index ef8b50e..f7bf1eb 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 too much (%i %i)\n",
+                        "Outcomes of branch in bb %i and %i differ too much (%i %i)\n",
                         bb1->index, bb2->index, b1->probability, prob2);
 
              return false;