* cfgcleanup.c (outgoing_edges_match): Fix typo in dump output.
From-SVN: r89521
This commit is contained in:
parent
04972521bb
commit
f47b662edb
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user