diff options
author | obrien <obrien@FreeBSD.org> | 2001-03-19 19:46:16 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2001-03-19 19:46:16 +0000 |
commit | bc8a8f48cfcb338f87ffb41c0118266b64afac5e (patch) | |
tree | 1d10a707b70b41288bc2e01769c41f4d3baa7704 /contrib/gcc/final.c | |
parent | c67d59390e4485092d22ef31e9279cd03761aae8 (diff) | |
download | FreeBSD-src-bc8a8f48cfcb338f87ffb41c0118266b64afac5e.zip FreeBSD-src-bc8a8f48cfcb338f87ffb41c0118266b64afac5e.tar.gz |
Virgin import of the GCC 2.95.3 compilers
Diffstat (limited to 'contrib/gcc/final.c')
-rw-r--r-- | contrib/gcc/final.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/gcc/final.c b/contrib/gcc/final.c index a9ae280..11cfebf 100644 --- a/contrib/gcc/final.c +++ b/contrib/gcc/final.c @@ -3103,7 +3103,7 @@ alter_subreg (x) PUT_CODE (x, MEM); MEM_COPY_ATTRIBUTES (x, y); MEM_ALIAS_SET (x) = MEM_ALIAS_SET (y); - XEXP (x, 0) = plus_constant (XEXP (y, 0), offset); + XEXP (x, 0) = plus_constant_for_output (XEXP (y, 0), offset); } return x; |