diff options
author | Kaveh R. Ghazi <ghazi@caip.rutgers.edu> | 2002-08-01 15:40:07 +0000 |
---|---|---|
committer | Kaveh Ghazi <ghazi@gcc.gnu.org> | 2002-08-01 15:40:07 +0000 |
commit | 83321d36333d7a7a841ba42496b5c0bafdb9871a (patch) | |
tree | 57956bc6c5185d8f3e46356d6378b743a1f7940f /gcc/expr.c | |
parent | 73e42cf3428cf6ef08888c2ddeb5722a9c56bb8c (diff) | |
download | gcc-83321d36333d7a7a841ba42496b5c0bafdb9871a.zip gcc-83321d36333d7a7a841ba42496b5c0bafdb9871a.tar.gz gcc-83321d36333d7a7a841ba42496b5c0bafdb9871a.tar.bz2 |
* expr.c (expand_assignment): Delete unused variable.
From-SVN: r55933
Diffstat (limited to 'gcc/expr.c')
-rw-r--r-- | gcc/expr.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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); |