Commit 9074de27 by Richard Stallman

(store_field): Typo in last change.

From-SVN: r2510
parent c575213d
......@@ -2703,7 +2703,7 @@ store_field (target, bitsize, bitpos, mode, exp, value_mode,
if (width_mask != 0
&& ! (GET_CODE (target) == MEM && MEM_VOLATILE_P (target)))
{
rtx count;
tree count;
enum machine_mode tmode;
if (unsignedp)
return expand_and (temp, GEN_INT (width_mask), NULL_RTX);
......
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