aboutsummaryrefslogtreecommitdiff
path: root/gcc/cse.c
diff options
context:
space:
mode:
authorRichard Kenner <kenner@gcc.gnu.org>1995-01-25 14:40:53 -0500
committerRichard Kenner <kenner@gcc.gnu.org>1995-01-25 14:40:53 -0500
commit3826a3da7f2008ec9e0c269bc43f43f09890fab0 (patch)
tree19bb862296df17f64d83291dca5b3c45e5bdcda3 /gcc/cse.c
parente7f6e33b0fdcfda5a33c6408c3e490231e446ecd (diff)
downloadgcc-3826a3da7f2008ec9e0c269bc43f43f09890fab0.zip
gcc-3826a3da7f2008ec9e0c269bc43f43f09890fab0.tar.gz
gcc-3826a3da7f2008ec9e0c269bc43f43f09890fab0.tar.bz2
Update comments.
From-SVN: r8811
Diffstat (limited to 'gcc/cse.c')
-rw-r--r--gcc/cse.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/cse.c b/gcc/cse.c
index afb464c..bcec8cd 100644
--- a/gcc/cse.c
+++ b/gcc/cse.c
@@ -1,5 +1,5 @@
/* Common subexpression elimination for GNU compiler.
- Copyright (C) 1987, 88, 89, 92, 93, 1994 Free Software Foundation, Inc.
+ Copyright (C) 1987, 88, 89, 92, 93, 94, 1995 Free Software Foundation, Inc.
This file is part of GNU CC.
@@ -6261,7 +6261,7 @@ cse_insn (insn, in_libcall_block)
/* If this is a STRICT_LOW_PART assignment, src_eqv corresponds to the
value of the INNER register, not the destination. So it is not
- a legal substitution for the source. But save it for later. */
+ a valid substitution for the source. But save it for later. */
if (GET_CODE (dest) == STRICT_LOW_PART)
src_eqv_here = 0;
else