* Fix minor typo in tree-if-conv.c
@ 2007-03-01 13:29 Revital1 Eres
0 siblings, 0 replies; only message in thread
From: Revital1 Eres @ 2007-03-01 13:29 UTC (permalink / raw)
To: gcc-patches
It looks like the following is a mistake:
Index: tree-if-conv.c
===================================================================
--- tree-if-conv.c (revision 122404)
+++ tree-if-conv.c (working copy)
@@ -356,7 +356,7 @@
if (movement_possibility (m_expr) == MOVE_IMPOSSIBLE)
{
if (dump_file && (dump_flags & TDF_DETAILS))
- fprintf (dump_file, "stmt is movable. Don't take risk\n");
+ fprintf (dump_file, "stmt is not movable. Don't take risk\n");
return false;
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2007-03-01 13:29 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-03-01 13:29 Fix minor typo in tree-if-conv.c Revital1 Eres
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).