]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* cfgcleanup.c (outgoing_edges_match): Fix typo in dump output.
authorBen Elliston <bje@gcc.gnu.org>
Mon, 25 Oct 2004 04:23:49 +0000 (14:23 +1000)
committerBen Elliston <bje@gcc.gnu.org>
Mon, 25 Oct 2004 04:23:49 +0000 (14:23 +1000)
From-SVN: r89521

gcc/cfgcleanup.c

index ef8b50e997f8374e3bc83b5f54df92982bfb0098..f7bf1ebb42945afed68ba82aabf64c37814936d0 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;