aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorRichard Stallman <rms@gnu.org>1992-10-18 19:13:01 +0000
committerRichard Stallman <rms@gnu.org>1992-10-18 19:13:01 +0000
commit9074de27ac14b0d9c07cdafe31296ea072b1b464 (patch)
tree5bf054d772b17a643a82034517d58c4a723bc509 /gcc
parentc575213d96da59a3b05244445ec948ebf0f36394 (diff)
downloadgcc-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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/expr.c b/gcc/expr.c
index db911c8..6808c9b 100644
--- a/gcc/expr.c
+++ b/gcc/expr.c
@@ -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);