diff options
author | Richard Stallman <rms@gnu.org> | 1992-10-18 19:13:01 +0000 |
---|---|---|
committer | Richard Stallman <rms@gnu.org> | 1992-10-18 19:13:01 +0000 |
commit | 9074de27ac14b0d9c07cdafe31296ea072b1b464 (patch) | |
tree | 5bf054d772b17a643a82034517d58c4a723bc509 /gcc | |
parent | c575213d96da59a3b05244445ec948ebf0f36394 (diff) | |
download | gcc-9074de27ac14b0d9c07cdafe31296ea072b1b464.zip gcc-9074de27ac14b0d9c07cdafe31296ea072b1b464.tar.gz gcc-9074de27ac14b0d9c07cdafe31296ea072b1b464.tar.bz2 |
(store_field): Typo in last change.
From-SVN: r2510
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/expr.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |