projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0497252
)
* cfgcleanup.c (outgoing_edges_match): Fix typo in dump output.
author
Ben Elliston
<bje@gcc.gnu.org>
Mon, 25 Oct 2004 04:23:49 +0000
(14:23 +1000)
committer
Ben Elliston
<bje@gcc.gnu.org>
Mon, 25 Oct 2004 04:23:49 +0000
(14:23 +1000)
From-SVN: r89521
gcc/cfgcleanup.c
patch
|
blob
|
history
diff --git
a/gcc/cfgcleanup.c
b/gcc/cfgcleanup.c
index ef8b50e997f8374e3bc83b5f54df92982bfb0098..f7bf1ebb42945afed68ba82aabf64c37814936d0 100644
(file)
--- 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 differ
s
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;