diff options
author | Richard Kenner <kenner@gcc.gnu.org> | 1995-01-25 14:40:53 -0500 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 1995-01-25 14:40:53 -0500 |
commit | 3826a3da7f2008ec9e0c269bc43f43f09890fab0 (patch) | |
tree | 19bb862296df17f64d83291dca5b3c45e5bdcda3 /gcc/cse.c | |
parent | e7f6e33b0fdcfda5a33c6408c3e490231e446ecd (diff) | |
download | gcc-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.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |