diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 1996-10-03 22:58:34 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 1996-10-03 22:58:34 +0000 |
| commit | de2e226e9fba20be2fc5c0489006d990f661e78a (patch) | |
| tree | d6723a40204712867675c0ab9a6c681d1884e980 /contrib/gcc/expr.c | |
| parent | e028853bf6aa638d07fb5ccd03ef46d0ca1e9469 (diff) | |
Diffstat (limited to 'contrib/gcc/expr.c')
| -rw-r--r-- | contrib/gcc/expr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/gcc/expr.c b/contrib/gcc/expr.c index 39591c9efef8..2d307a2af67f 100644 --- a/contrib/gcc/expr.c +++ b/contrib/gcc/expr.c @@ -4582,7 +4582,7 @@ expand_expr (exp, target, tmode, modifier) through a pointer to const does not mean that the value there can never change. Languages where it can never change should also set TREE_STATIC. */ - RTX_UNCHANGING_P (temp) = TREE_READONLY (exp) & TREE_STATIC (exp); + RTX_UNCHANGING_P (temp) = TREE_READONLY (exp) | TREE_STATIC (exp); return temp; } |
