* fix typo in cfgcleanup.c
@ 2004-10-25 2:21 Ben Elliston
2004-10-25 3:52 ` Dale Johannesen
0 siblings, 1 reply; 3+ messages in thread
From: Ben Elliston @ 2004-10-25 2:21 UTC (permalink / raw)
To: gcc-patches
Committed as obvious.
I checked to make sure that no test cases look for this output.
Ben
2004-10-23 Ben Elliston <bje@au.ibm.com>
* cfgcleanup.c (outgoing_edges_match): Fix typo in dump output.
Index: cfgcleanup.c
===================================================================
RCS file: /home/bje/gcc-cvs/gcc/gcc/cfgcleanup.c,v
retrieving revision 1.133
diff -u -p -r1.133 cfgcleanup.c
--- cfgcleanup.c 18 Oct 2004 15:11:25 -0000 1.133
+++ cfgcleanup.c 25 Oct 2004 00:20:42 -0000
@@ -1335,7 +1335,7 @@ outgoing_edges_match (int mode, basic_bl
{
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;
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: fix typo in cfgcleanup.c
2004-10-25 2:21 fix typo in cfgcleanup.c Ben Elliston
@ 2004-10-25 3:52 ` Dale Johannesen
2004-10-25 6:38 ` Ben Elliston
0 siblings, 1 reply; 3+ messages in thread
From: Dale Johannesen @ 2004-10-25 3:52 UTC (permalink / raw)
To: Ben Elliston; +Cc: gcc-patches, Dale Johannesen
> - "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",
As long as you're fixing it, how about making subject and verb agree?
Should be "differ".
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: fix typo in cfgcleanup.c
2004-10-25 3:52 ` Dale Johannesen
@ 2004-10-25 6:38 ` Ben Elliston
0 siblings, 0 replies; 3+ messages in thread
From: Ben Elliston @ 2004-10-25 6:38 UTC (permalink / raw)
To: Dale Johannesen; +Cc: gcc-patches
Dale Johannesen <dalej@apple.com> writes:
> > - "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",
>
> As long as you're fixing it, how about making subject and verb agree?
> Should be "differ".
Good catch. I'll fix that, too.
Ben
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2004-10-25 4:21 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-10-25 2:21 fix typo in cfgcleanup.c Ben Elliston
2004-10-25 3:52 ` Dale Johannesen
2004-10-25 6:38 ` Ben Elliston
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).