aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Kenner <kenner@gcc.gnu.org>1995-01-25 14:28:07 -0500
committerRichard Kenner <kenner@gcc.gnu.org>1995-01-25 14:28:07 -0500
commitd7084298a87c9e9128bafc156774c6073918af85 (patch)
tree22f0871068370d22d24e50f0e886b4c3db3c2bca
parent9916c524e3cf90febb187326e4763565e8f7cc3a (diff)
downloadgcc-d7084298a87c9e9128bafc156774c6073918af85.zip
gcc-d7084298a87c9e9128bafc156774c6073918af85.tar.gz
gcc-d7084298a87c9e9128bafc156774c6073918af85.tar.bz2
Update comment.
From-SVN: r8807
-rw-r--r--gcc/integrate.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/integrate.c b/gcc/integrate.c
index 7f784c3..6a6643a 100644
--- a/gcc/integrate.c
+++ b/gcc/integrate.c
@@ -1,5 +1,5 @@
/* Procedure integration for GNU CC.
- Copyright (C) 1988, 1991, 1993, 1994 Free Software Foundation, Inc.
+ Copyright (C) 1988, 1991, 1993, 1994, 1995 Free Software Foundation, Inc.
Contributed by Michael Tiemann (tiemann@cygnus.com)
This file is part of GNU CC.
@@ -2275,9 +2275,9 @@ copy_rtx_and_substitute (orig, map)
/* Legitimizing the address here is incorrect.
The only ADDRESS rtx's that can reach here are ones created by
- save_constants. Hence the operand of the ADDRESS is always legal
+ save_constants. Hence the operand of the ADDRESS is always valid
in this position of the instruction, since the original rtx without
- the ADDRESS was legal.
+ the ADDRESS was valid.
The reason we don't legitimize the address here is that on the
Sparc, the caller may have a (high ...) surrounding this ADDRESS.