* cfgcleanup.c (outgoing_edges_match): Fix typo in dump output.

From-SVN: r89518
This commit is contained in:
Ben Elliston 2004-10-25 00:29:02 +00:00 committed by Ben Elliston
parent f3515059ee
commit a304f64e16
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2004-10-25 Ben Elliston <bje@au.ibm.com>
* cfgcleanup.c (outgoing_edges_match): Fix typo in dump output.
2004-10-23 Andrew Pinski <pinskia@physics.uc.edu>
* predict.c (predict_loops): Call scev_finalize instead of

View 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 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;