Commit 83321d36 by Kaveh R. Ghazi Committed by Kaveh Ghazi

* expr.c (expand_assignment): Delete unused variable.

From-SVN: r55933
parent 73e42cf3
2002-08-01 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* expr.c (expand_assignment): Delete unused variable.
2002-08-01 Toon Moene <toon@moene.indiv.nluug.nl>
* c-common.c (cb_register_builtins): Set
......
......@@ -3840,8 +3840,6 @@ expand_assignment (to, from, want_value, suggest_reg)
if (GET_CODE (to_rtx) == MEM)
{
tree old_expr = MEM_EXPR (to_rtx);
/* If the field is at offset zero, we could have been given the
DECL_RTX of the parent struct. Don't munge it. */
to_rtx = shallow_copy_rtx (to_rtx);
......
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