summaryrefslogtreecommitdiff
path: root/gcc/cfgcleanup.c
diff options
context:
space:
mode:
authorbje <bje@138bc75d-0d04-0410-961f-82ee72b054a4>2004-10-25 04:23:49 +0000
committerbje <bje@138bc75d-0d04-0410-961f-82ee72b054a4>2004-10-25 04:23:49 +0000
commitd98d2eb9b93551a5b4856715663bdae5422d18dc (patch)
tree240086c519704940fcae8c5b561f7ccadb0f555b /gcc/cfgcleanup.c
parent5e0bff2661799f710b42844ac52df4284071b69c (diff)
downloadgcc-d98d2eb9b93551a5b4856715663bdae5422d18dc.tar.gz
* cfgcleanup.c (outgoing_edges_match): Fix typo in dump output.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@89521 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/cfgcleanup.c')
-rw-r--r--gcc/cfgcleanup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cfgcleanup.c b/gcc/cfgcleanup.c
index ef8b50e997f..f7bf1ebb429 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;