aboutsummaryrefslogtreecommitdiff
path: root/gcc/expr.c
diff options
context:
space:
mode:
authorMark Mitchell <mark@codesourcery.com>2001-03-14 18:33:42 +0000
committerMark Mitchell <mmitchel@gcc.gnu.org>2001-03-14 18:33:42 +0000
commitf80022ff3df97a3f8f47e32ad22b989c7c70c00b (patch)
tree3ce34dd929ce801b1ec4d2805442d0a60c828f1a /gcc/expr.c
parentd2dda7177b13400139fc9cb314f6fa2a5c730b98 (diff)
downloadgcc-f80022ff3df97a3f8f47e32ad22b989c7c70c00b.zip
gcc-f80022ff3df97a3f8f47e32ad22b989c7c70c00b.tar.gz
gcc-f80022ff3df97a3f8f47e32ad22b989c7c70c00b.tar.bz2
* expr.c (expand_expr): Revove bogus conditional.
From-SVN: r40464
Diffstat (limited to 'gcc/expr.c')
-rw-r--r--gcc/expr.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/gcc/expr.c b/gcc/expr.c
index 4dc430e..df1a0cf 100644
--- a/gcc/expr.c
+++ b/gcc/expr.c
@@ -8428,12 +8428,6 @@ expand_expr (exp, target, tmode, modifier)
temp = 0;
- if (TREE_CODE (lhs) != VAR_DECL
- && TREE_CODE (lhs) != RESULT_DECL
- && TREE_CODE (lhs) != PARM_DECL
- && ! (TREE_CODE (lhs) == INDIRECT_REF
- && TYPE_READONLY (TREE_TYPE (TREE_OPERAND (lhs, 0)))))
-
/* Check for |= or &= of a bitfield of size one into another bitfield
of size 1. In this case, (unless we need the result of the
assignment) we can do this more efficiently with a