(store_field): Set MEM_IN_STRUCT_P on object and
blk_object. From-SVN: r7767
This commit is contained in:
parent
6d9f1f5f63
commit
24a13950ca
@ -3054,6 +3054,8 @@ store_field (target, bitsize, bitpos, mode, exp, value_mode,
|
||||
GET_MODE_SIZE (GET_MODE (target)), 0);
|
||||
rtx blk_object = copy_rtx (object);
|
||||
|
||||
MEM_IN_STRUCT_P (object) = 1;
|
||||
MEM_IN_STRUCT_P (blk_object) = 1;
|
||||
PUT_MODE (blk_object, BLKmode);
|
||||
|
||||
if (bitsize != GET_MODE_BITSIZE (GET_MODE (target)))
|
||||
|
Loading…
Reference in New Issue
Block a user