From a304f64e1687b22033f2008c3c530dee155a5c62 Mon Sep 17 00:00:00 2001 From: Ben Elliston Date: Mon, 25 Oct 2004 00:29:02 +0000 Subject: [PATCH] * cfgcleanup.c (outgoing_edges_match): Fix typo in dump output. From-SVN: r89518 --- gcc/ChangeLog | 4 ++++ gcc/cfgcleanup.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 0b264598ff6..de7731f2e6e 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2004-10-25 Ben Elliston + + * cfgcleanup.c (outgoing_edges_match): Fix typo in dump output. + 2004-10-23 Andrew Pinski * predict.c (predict_loops): Call scev_finalize instead of diff --git a/gcc/cfgcleanup.c b/gcc/cfgcleanup.c index 8ac3405242f..ef8b50e997f 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 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; -- 2.30.2