projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f351505
)
* cfgcleanup.c (outgoing_edges_match): Fix typo in dump output.
author
Ben Elliston
<bje@au.ibm.com>
Mon, 25 Oct 2004 00:29:02 +0000
(
00:29
+0000)
committer
Ben Elliston
<bje@gcc.gnu.org>
Mon, 25 Oct 2004 00:29:02 +0000
(10:29 +1000)
From-SVN: r89518
gcc/ChangeLog
patch
|
blob
|
history
gcc/cfgcleanup.c
patch
|
blob
|
history
diff --git
a/gcc/ChangeLog
b/gcc/ChangeLog
index 0b264598ff63dfaf5ea3efc42c18f50d1fe55659..de7731f2e6edb7946ccd77ff53841ada622a6a1f 100644
(file)
--- a/
gcc/ChangeLog
+++ b/
gcc/ChangeLog
@@
-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
diff --git
a/gcc/cfgcleanup.c
b/gcc/cfgcleanup.c
index 8ac3405242f4a3906d8188756c948cbfcf0021b0..ef8b50e997f8374e3bc83b5f54df92982bfb0098 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 differs to much (%i %i)\n",
+ "Outcomes of branch in bb %i and %i differs to
o
much (%i %i)\n",
bb1->index, bb2->index, b1->probability, prob2);
return false;