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.ma...@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)