From f47b662edbdacfa02da3218424319385e755a671 Mon Sep 17 00:00:00 2001 From: Ben Elliston Date: Mon, 25 Oct 2004 14:23:49 +1000 Subject: * cfgcleanup.c (outgoing_edges_match): Fix typo in dump output. From-SVN: r89521 --- gcc/cfgcleanup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/cfgcleanup.c') diff --git a/gcc/cfgcleanup.c b/gcc/cfgcleanup.c index ef8b50e..f7bf1eb 100644 --- a/gcc/cfgcleanup.c +++ b/gcc/cfgcleanup.c @@ -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; -- cgit v1.1