(store_field): Typo in last change.
From-SVN: r2510
This commit is contained in:
parent
c575213d96
commit
9074de27ac
@ -2703,7 +2703,7 @@ store_field (target, bitsize, bitpos, mode, exp, value_mode,
|
|||||||
if (width_mask != 0
|
if (width_mask != 0
|
||||||
&& ! (GET_CODE (target) == MEM && MEM_VOLATILE_P (target)))
|
&& ! (GET_CODE (target) == MEM && MEM_VOLATILE_P (target)))
|
||||||
{
|
{
|
||||||
rtx count;
|
tree count;
|
||||||
enum machine_mode tmode;
|
enum machine_mode tmode;
|
||||||
if (unsignedp)
|
if (unsignedp)
|
||||||
return expand_and (temp, GEN_INT (width_mask), NULL_RTX);
|
return expand_and (temp, GEN_INT (width_mask), NULL_RTX);
|
||||||
|
Loading…
Reference in New Issue
Block a user