summaryrefslogtreecommitdiff
path: root/gcc/expr.c
diff options
context:
space:
mode:
authorebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4>2013-09-26 08:04:09 +0000
committerebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4>2013-09-26 08:04:09 +0000
commit28e948993879e015f3bbd5afbc963a09a2fd8414 (patch)
tree6606f4fc0e327b4fd59cedc0c474c6590b71214e /gcc/expr.c
parent0c5b289aa8913ab232a0147e08b256b22fd8532a (diff)
downloadgcc-28e948993879e015f3bbd5afbc963a09a2fd8414.tar.gz
* expr.c (expand_assignment): Remove obsolete comment.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@202938 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/expr.c')
-rw-r--r--gcc/expr.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/expr.c b/gcc/expr.c
index 073c3352747..5949b131e41 100644
--- a/gcc/expr.c
+++ b/gcc/expr.c
@@ -4836,11 +4836,7 @@ expand_assignment (tree to, tree from, bool nontemporal)
/* 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);
-
set_mem_attributes_minus_bitpos (to_rtx, to, 0, bitpos);
-
- /* Deal with volatile and readonly fields. The former is only
- done for MEM. Also set MEM_KEEP_ALIAS_SET_P if needed. */
if (volatilep)
MEM_VOLATILE_P (to_rtx) = 1;
}