(store_field): Set MEM_IN_STRUCT_P on object and

blk_object.

From-SVN: r7767
This commit is contained in:
Jim Wilson 1994-07-13 13:35:03 -07:00
parent 6d9f1f5f63
commit 24a13950ca
1 changed files with 2 additions and 0 deletions

View File

@ -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)))