Commit f80022ff by Mark Mitchell Committed by Mark Mitchell

* expr.c (expand_expr): Revove bogus conditional.

From-SVN: r40464
parent d2dda717
2001-03-14 Mark Mitchell <mark@codesourcery.com>
* expr.c (expand_expr): Revove bogus conditional.
Wed Mar 14 19:29:50 CET 2001 Jan Hubicka <jh@suse.cz>
* expr.c (emit_move_insn_1): Guard PUSH_ROUNDING use by ifdef.
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment