Commit 46093b97 by Richard Stallman

(store_field): In BLKmode case, return blk_object.

From-SVN: r5885
parent 1daf7029
...@@ -2971,9 +2971,11 @@ store_field (target, bitsize, bitpos, mode, exp, value_mode, ...@@ -2971,9 +2971,11 @@ store_field (target, bitsize, bitpos, mode, exp, value_mode,
store_field (blk_object, bitsize, bitpos, mode, exp, VOIDmode, 0, store_field (blk_object, bitsize, bitpos, mode, exp, VOIDmode, 0,
align, total_size); align, total_size);
/* Even though we aren't returning target, we need to
give it the updated value. */
emit_move_insn (target, object); emit_move_insn (target, object);
return target; return blk_object;
} }
/* If the structure is in a register or if the component /* If the structure is in a register or if the component
......
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