* cfgcleanup.c (outgoing_edges_match): Fix typo in dump output.
From-SVN: r89518
This commit is contained in:
parent
f3515059ee
commit
a304f64e16
@ -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>
|
2004-10-23 Andrew Pinski <pinskia@physics.uc.edu>
|
||||||
|
|
||||||
* predict.c (predict_loops): Call scev_finalize instead of
|
* 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)
|
if (dump_file)
|
||||||
fprintf (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);
|
bb1->index, bb2->index, b1->probability, prob2);
|
||||||
|
|
||||||
return false;
|
return false;
|
||||||
|
Loading…
Reference in New Issue
Block a user