This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Fix comment of get_last_value


There is a mistake in the comment for get_last_value in combine.c. This patch fixes this.

PMatos

2011-07-27 Paulo J. Matos <paulo.matos@csr.com>

* Fix comment if get_last_value in combine.c.

diff --git a/gcc/combine.c b/gcc/combine.c
index 4dbf022..affb509 100644
--- a/gcc/combine.c
+++ b/gcc/combine.c
@@ -12697,7 +12697,7 @@ get_last_value_validate (rtx *loc, rtx insn, int tick, int replace)
 
 /* Get the last value assigned to X, if known.  Some registers
    in the value may be replaced with (clobber (const_int 0)) if their value
-   is known longer known reliably.  */
+   is no longer known reliably.  */
 
 static rtx
 get_last_value (const_rtx x)

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]