Commit a304f64e by Ben Elliston Committed by Ben Elliston

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

From-SVN: r89518
parent f3515059
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
......
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment